Skip to content

Commit

Permalink
feat: By default fail to create a Pod if it's clone configuration is …
Browse files Browse the repository at this point in the history
…invalid
  • Loading branch information
John Doe committed Jun 24, 2022
1 parent f076573 commit e2512ca
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ metadata:
{{- include "git-clone-operator.labels" . | nindent 8 }}
webhooks:
- name: {{ include "git-clone-operator.fullname" . }}.{{ .Release.Namespace }}.svc.cluster.local
failurePolicy: {{ .Value.webhook.failurePolicy }}
failurePolicy: {{ .Values.webhook.failurePolicy }}
{{- if .Values.onlyLabelledNamespaces }}
namespaceSelector:
matchLabels:
Expand Down

0 comments on commit e2512ca

Please sign in to comment.