Skip to content
This repository was archived by the owner on Apr 25, 2024. It is now read-only.

Commit e526586

Browse files
Merge pull request #396 from Joshscorp/Ingress-selector-error
Fixed invalid selector
2 parents 9a7e51a + d4c70cb commit e526586

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

04-path-security-and-networking/405-ingress-controllers/templates/skipper-ingress-daemonset.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ metadata:
88
spec:
99
selector:
1010
matchLabels:
11-
application: skipper-ingress
11+
component: ingress
1212
updateStrategy:
1313
type: RollingUpdate
1414
template:

0 commit comments

Comments
 (0)