From 5acc4c4cbd58a812cfbaf3a4238c8c506f5e73d5 Mon Sep 17 00:00:00 2001 From: jk464 Date: Thu, 8 Feb 2024 14:41:38 +0000 Subject: [PATCH] Allow templating of st2.packs.configs in values.yaml --- templates/configmaps_packs.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }}