2018-06-21 17:53:22 +02:00

16 lines
365 B
YAML

{{- $name := include "apigwwm.fullname" . -}}
apiVersion: v1
kind: ConfigMap
metadata:
name: "ocelot-{{ $name }}"
labels:
app: {{ template "apigwwm.name" . }}
chart: {{ template "apigwwm.chart" .}}
release: {{ .Release.Name }}
heritage: {{ .Release.Service }}
data:
wm: |-
{{ (.Files.Glob "configuration-web-marketing.json").AsConfig }}