We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f076573 commit e2512caCopy full SHA for e2512ca
helm/git-clone-operator/templates/mutatingwebhookconfiguration.yaml
@@ -13,7 +13,7 @@ metadata:
13
{{- include "git-clone-operator.labels" . | nindent 8 }}
14
webhooks:
15
- name: {{ include "git-clone-operator.fullname" . }}.{{ .Release.Namespace }}.svc.cluster.local
16
- failurePolicy: {{ .Value.webhook.failurePolicy }}
+ failurePolicy: {{ .Values.webhook.failurePolicy }}
17
{{- if .Values.onlyLabelledNamespaces }}
18
namespaceSelector:
19
matchLabels:
0 commit comments