UNCLASSIFIED - NO CUI

Skip to content
Snippets Groups Projects
Commit d4ba074e authored by Thomas Runyon's avatar Thomas Runyon
Browse files

gatekeeper values not hardcoded

parent f5bc7d18
No related branches found
No related tags found
1 merge request!455gatekeeper values not hardcoded
Pipeline #239594 passed
......@@ -49,11 +49,4 @@ spec:
- name: {{ .Release.Name }}-gatekeeper-values
kind: Secret
valuesKey: "overlays"
values:
disableValidatingWebhook: true
createNamespace: false
image:
pullSecrets:
- name: private-registry
{{- end }}
......@@ -3,4 +3,9 @@
{{- end }}
{{- define "bigbang.defaults.gatekeeper" -}}
disableValidatingWebhook: true
createNamespace: false
image:
pullSecrets:
- name: private-registry
{{- end -}}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment