Skip to content

Commit

Permalink
fix(base-cluster/flux): kustomization path templating (#900)
Browse files Browse the repository at this point in the history
  • Loading branch information
cwrau authored Apr 25, 2024
1 parent 231bab1 commit 151257f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts/base-cluster/templates/flux/flux.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ spec:
name: {{ printf "%s-flux-%s" (include "common.names.fullname" $) $name }}
namespace: {{ $.Release.Namespace }}
{{- if $instance.path }}
path: {{ include "common.tplvalues.render" (dict "value" $instance.path "context" $.Values) | quote }}
path: {{ include "common.tplvalues.render" (dict "value" $instance.path "context" (deepCopy $)) | quote }}
{{- end }}
{{- if $instance.decryption }}
decryption:
Expand Down

0 comments on commit 151257f

Please sign in to comment.