UNCLASSIFIED - NO CUI

Skip to content
Snippets Groups Projects
Commit 7ded9c41 authored by Jeffrey Victor's avatar Jeffrey Victor Committed by Andrew Shoell
Browse files

revert changes that disrupted other items within kustomize

parent 4ff64630
No related branches found
No related tags found
2 merge requests!5067Rebase alloy with master branch,!5004revert changes that disrupted other items within kustomize
......@@ -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