Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions cmd/kubernetes/operator/kodata/webhook/webhook.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -152,7 +152,7 @@ spec:
port: 443
targetPort: 8443
selector:
name: tekton-operator
name: tekton-operator-proxy-webhook

---

Expand Down
6 changes: 3 additions & 3 deletions cmd/openshift/operator/kodata/webhook/webhook.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -156,7 +156,7 @@ spec:
port: 443
targetPort: 8443
selector:
name: tekton-operator
name: tekton-operator-proxy-webhook

---

Expand Down
Loading