helm: Make the package versions part of the values.yaml file.
[arvados-k8s.git] / arvados / templates / workbench-configmap.yaml
index 0929859e8c4363d5200993340c85798ca13b9ac5..09fb669380ad010845529d7557de7318d4a38262 100644 (file)
@@ -12,4 +12,4 @@ metadata:
     release: {{ .Release.Name }}
     heritage: {{ .Release.Service }}
 data:
-{{ (.Files.Glob "config/workbench/*").AsConfig | indent 2 }}
+{{ (tpl (.Files.Glob "config/workbench/*").AsConfig . ) | indent 2 }}