15 lines
364 B
YAML
Raw Normal View History

2018-06-21 17:56:01 +02:00
{{- $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:
2018-07-03 19:07:37 +02:00
{{ (.Files.Glob "configuration-web-shopping.json").AsConfig | indent 2 }}
2018-06-21 17:56:01 +02:00