Skip to content

Commit

Permalink
Add mutatingWebhookConfiguration.annotations
Browse files Browse the repository at this point in the history
  • Loading branch information
anthonynashduco committed Mar 11, 2022
1 parent f2245a1 commit 3c163b3
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ metadata:
name: {{ include "kubemod.fullname" . }}-mutating-webhook-configuration
labels:
{{- include "kubemod.labels" . | nindent 4 }}
{{- with .Values.mutatingWebhookConfiguration.annotations }}
annotations:
{{- include . | nindent 4 }}
{{- end }}
creationTimestamp: null
webhooks:
- admissionReviewVersions:
Expand Down

0 comments on commit 3c163b3

Please sign in to comment.