Skip to content

Commit

Permalink
Allow templating of st2.packs.configs in values.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
jk464 committed May 8, 2024
1 parent 80f80b4 commit 5acc4c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/configmaps_packs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ metadata:
description: StackStorm pack configs defined in helm values, shipped in (or copied to) '/opt/stackstorm/configs/'
labels: {{- include "stackstorm-ha.labels" (list $ "st2") | nindent 4 }}
data:
{{ toYaml .Values.st2.packs.configs | indent 2 }}
{{ tpl (toYaml .Values.st2.packs.configs) . | indent 2 }}

0 comments on commit 5acc4c4

Please sign in to comment.