Skip to content

Commit 678eb86

Browse files
committed
Fix webhook service name label
1 parent 8db64ab commit 678eb86

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

deploy/overlays/webhook/webhook_service.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,14 @@ metadata:
55
name: webhook-service
66
namespace: security-profiles-operator
77
labels:
8-
name: security-profiles-operator
8+
name: webhook-service
99
spec:
1010
selector:
1111
app: security-profiles-operator
1212
name: security-profiles-operator-webhook
1313
ports:
1414
- name: webhook
1515
protocol: TCP
16-
port: 443
16+
port: 443
1717
targetPort: 9443
1818

0 commit comments

Comments
 (0)