Skip to content

Commit 5acc4c4

Browse files
committedMay 8, 2024
Allow templating of st2.packs.configs in values.yaml
1 parent 80f80b4 commit 5acc4c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎templates/configmaps_packs.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@ metadata:
77
description: StackStorm pack configs defined in helm values, shipped in (or copied to) '/opt/stackstorm/configs/'
88
labels: {{- include "stackstorm-ha.labels" (list $ "st2") | nindent 4 }}
99
data:
10-
{{ toYaml .Values.st2.packs.configs | indent 2 }}
10+
{{ tpl (toYaml .Values.st2.packs.configs) . | indent 2 }}

0 commit comments

Comments
 (0)