Skip to content

Commit e2512ca

Browse files
author
John Doe
committed
feat: By default fail to create a Pod if it's clone configuration is invalid
1 parent f076573 commit e2512ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

helm/git-clone-operator/templates/mutatingwebhookconfiguration.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ metadata:
1313
{{- include "git-clone-operator.labels" . | nindent 8 }}
1414
webhooks:
1515
- name: {{ include "git-clone-operator.fullname" . }}.{{ .Release.Namespace }}.svc.cluster.local
16-
failurePolicy: {{ .Value.webhook.failurePolicy }}
16+
failurePolicy: {{ .Values.webhook.failurePolicy }}
1717
{{- if .Values.onlyLabelledNamespaces }}
1818
namespaceSelector:
1919
matchLabels:

0 commit comments

Comments
 (0)