{{- $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:
|
|
{{ (.Files.Glob "configuration-mobile-shopping.json").AsConfig | indent 2 }}
|
|
|