16 lines
367 B
YAML
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 }}
|
||
|
|