2018-06-21 17:38:29 +02:00

16 lines
367 B
YAML

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