blob: 1de3b2f652c03985191f6c139663909989ec79d6 [file] [log] [blame]
vaibhav_16decf67e4182018-03-19 05:45:47 +00001apiVersion: v1
2kind: ConfigMap
3metadata:
4 name: {{ include "common.fullname" . }}
5 namespace: {{ include "common.namespace" . }}
6 labels:
7 app: {{ include "common.name" . }}
8 chart: {{ .Chart.Name }}-{{ .Chart.Version | replace "+" "_" }}
9 release: {{ .Release.Name }}
10 heritage: {{ .Release.Service }}
11data:
12 spring_application_json: {{ .Values.config.springApplicationJson | quote }}