diff --git a/cmd/kubernetes/operator/kodata/webhook/webhook.yaml b/cmd/kubernetes/operator/kodata/webhook/webhook.yaml index 808f34c544..5f2a3ad938 100644 --- a/cmd/kubernetes/operator/kodata/webhook/webhook.yaml +++ b/cmd/kubernetes/operator/kodata/webhook/webhook.yaml @@ -92,11 +92,11 @@ spec: replicas: 1 selector: matchLabels: - name: tekton-operator + name: tekton-operator-proxy-webhook template: metadata: labels: - name: tekton-operator + name: tekton-operator-proxy-webhook app: tekton-operator spec: serviceAccountName: tekton-operators-proxy-webhook @@ -152,7 +152,7 @@ spec: port: 443 targetPort: 8443 selector: - name: tekton-operator + name: tekton-operator-proxy-webhook --- diff --git a/cmd/openshift/operator/kodata/webhook/webhook.yaml b/cmd/openshift/operator/kodata/webhook/webhook.yaml index 3732d74916..eee9a2ef56 100644 --- a/cmd/openshift/operator/kodata/webhook/webhook.yaml +++ b/cmd/openshift/operator/kodata/webhook/webhook.yaml @@ -95,11 +95,11 @@ spec: replicas: 1 selector: matchLabels: - name: tekton-operator + name: tekton-operator-proxy-webhook template: metadata: labels: - name: tekton-operator + name: tekton-operator-proxy-webhook app: tekton-operator spec: securityContext: @@ -156,7 +156,7 @@ spec: port: 443 targetPort: 8443 selector: - name: tekton-operator + name: tekton-operator-proxy-webhook ---