UNCLASSIFIED - NO CUI

Skip to content
Snippets Groups Projects
Commit 3956f2db authored by Michael Martin's avatar Michael Martin
Browse files

Merge branch '2245-fix-kustomize-for-the-package' into 'master'

Resolve "Fix Kustomize for the Package"

Closes #2245

See merge request !4775
parents 22fbc48b d8fb8e62
No related branches found
No related tags found
1 merge request!4775Resolve "Fix Kustomize for the Package"
Pipeline #3494088 passed
......@@ -19,7 +19,7 @@ metadata:
{{- include "commonLabels" $ | nindent 4 }}
type: Opaque
stringData:
{{ if and (dig "enabled" true $vals) (not $vals.kustomize) -}}
{{ if (dig "enabled" true $vals) -}}
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