Skip to content

Commit

Permalink
Remove UPDATE from injector-mutating-webhook (#783)
Browse files Browse the repository at this point in the history
Pod specs are imuntable and should not be updated
  • Loading branch information
owenhaynes authored May 10, 2024
1 parent 4dffaa4 commit b3387c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/injector-mutating-webhook.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ webhooks:
path: "/mutate"
caBundle: {{ .Values.injector.certs.caBundle | quote }}
rules:
- operations: ["CREATE", "UPDATE"]
- operations: ["CREATE"]
apiGroups: [""]
apiVersions: ["v1"]
resources: ["pods"]
Expand Down

0 comments on commit b3387c1

Please sign in to comment.