2018-06-21 17:10:23 +02:00

16 lines
368 B
YAML

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