UNCLASSIFIED - NO CUI

Skip to content
Snippets Groups Projects
Verified Commit 848c5fbe authored by Andrew Shoell's avatar Andrew Shoell Committed by Zach Callahan
Browse files

Merge branch 'kustomize-refix' into 'master'

revert changes that disrupted other items within kustomize

See merge request !5004
parents 0b6a39cb 94aa2649
No related branches found
No related tags found
No related merge requests found
......@@ -19,7 +19,7 @@ metadata:
{{- include "commonLabels" $ | nindent 4 }}
type: Opaque
stringData:
{{ if (dig "enabled" true $vals) -}}
{{ if and (dig "enabled" true $vals) (not $vals.kustomize) -}}
values.yaml: |
bigbang:
{{- include "values-bigbang" $.Values | nindent 6 }}
......
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