change null handling
This commit is contained in:
@@ -35,9 +35,11 @@ spec:
|
|||||||
targetRevision: {{ $.Values.git.revision }}
|
targetRevision: {{ $.Values.git.revision }}
|
||||||
path: '{{ `{{path}}` }}'
|
path: '{{ `{{path}}` }}'
|
||||||
helm:
|
helm:
|
||||||
releaseName: "{{ `{{path.basename}}` }}"
|
releaseName: "{{ `{{path.basename}}` }}"
|
||||||
|
{{- if $stack.ignoreDifferences }}
|
||||||
ignoreDifferences:
|
ignoreDifferences:
|
||||||
{{- toYaml $stack.ignoreDifferences | nindent 8 }}
|
{{- toYaml $stack.ignoreDifferences | nindent 8 }}
|
||||||
|
{{ end }}
|
||||||
syncPolicy:
|
syncPolicy:
|
||||||
automated:
|
automated:
|
||||||
prune: {{ $stack.syncPolicy.automated.prune | default false }}
|
prune: {{ $stack.syncPolicy.automated.prune | default false }}
|
||||||
|
Reference in New Issue
Block a user