2018-06-21 17:56:01 +02:00

16 lines
364 B
YAML

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