helm: Convert the anonymous and superuser token to values in values.yaml
[arvados-k8s.git] / arvados / templates / sso-configmap.yaml
index cf9ba1a900c74d46c3e1235aef24e15e17c4f7ef..c8fb70dc373f31f1de2ff13bc47cbfd37fdcda22 100644 (file)
@@ -12,4 +12,4 @@ metadata:
     release: {{ .Release.Name }}
     heritage: {{ .Release.Service }}
 data:
-{{ (.Files.Glob "config/sso/*").AsConfig | indent 2 }}
+{{ (tpl (.Files.Glob "config/sso/*").AsConfig . ) | indent 2 }}