diff --git a/templates/configmaps_packs.yaml b/templates/configmaps_packs.yaml index 9d5a8817..b1f74950 100644 --- a/templates/configmaps_packs.yaml +++ b/templates/configmaps_packs.yaml @@ -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 }}