One file to rule them all
This commit is contained in:
@@ -3,7 +3,7 @@ kind: ConfigMap
|
||||
metadata:
|
||||
name: mongo-seed-data
|
||||
data:
|
||||
{{- range $path, $_ := .Files.Glob (printf "start_files/%s/*.json" .Values.clusterName) }}
|
||||
{{- range $path, $_ := .Files.Glob (printf "start_files/%s/*.json" .Values.name) }}
|
||||
{{ base $path }}: |
|
||||
{{ $.Files.Get $path | indent 4 }}
|
||||
{{- end }}
|
||||
Reference in New Issue
Block a user