UNCLASSIFIED - NO CUI

Skip to content
Snippets Groups Projects
Commit d8fb8e62 authored by Jeffrey Victor's avatar Jeffrey Victor Committed by Michael Martin
Browse files

Resolve "Fix Kustomize for the Package"

parent 8f4190e1
No related branches found
No related tags found
1 merge request!4775Resolve "Fix Kustomize for the Package"
......@@ -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