diff options
Diffstat (limited to 'helm/policy-models-simulator/templates/configmap.yaml')
-rw-r--r-- | helm/policy-models-simulator/templates/configmap.yaml | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/helm/policy-models-simulator/templates/configmap.yaml b/helm/policy-models-simulator/templates/configmap.yaml new file mode 100644 index 00000000..c0f75199 --- /dev/null +++ b/helm/policy-models-simulator/templates/configmap.yaml @@ -0,0 +1,12 @@ + +apiVersion: v1 +kind: ConfigMap +metadata: + name: {{ include "policy-models-simulator.fullname" . }}-configmap + labels: + app: {{ include "policy-models-simulator.name" . }} + chart: {{ .Chart.Name }}-{{ .Chart.Version | replace "+" "_" }} + heritage: {{ .Release.Service }} +data: +{{ tpl (.Files.Glob "resources/config/*.{json,xml}").AsConfig . | indent 2 }} +{{ tpl (.Files.Glob "resources/cds/*.{json,xml}").AsConfig . | indent 2 }} |