We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 80f80b4 commit 5acc4c4Copy full SHA for 5acc4c4
templates/configmaps_packs.yaml
@@ -7,4 +7,4 @@ metadata:
7
description: StackStorm pack configs defined in helm values, shipped in (or copied to) '/opt/stackstorm/configs/'
8
labels: {{- include "stackstorm-ha.labels" (list $ "st2") | nindent 4 }}
9
data:
10
-{{ toYaml .Values.st2.packs.configs | indent 2 }}
+{{ tpl (toYaml .Values.st2.packs.configs) . | indent 2 }}
0 commit comments