aboutsummaryrefslogtreecommitdiffstats
path: root/kubernetes/clamp/templates/configmap.yaml
blob: 1de3b2f652c03985191f6c139663909989ec79d6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
apiVersion: v1
kind: ConfigMap
metadata:
  name: {{ include "common.fullname" . }}
  namespace: {{ include "common.namespace" . }}
  labels:
    app: {{ include "common.name" . }}
    chart: {{ .Chart.Name }}-{{ .Chart.Version | replace "+" "_" }}
    release: {{ .Release.Name }}
    heritage: {{ .Release.Service }}
data:
 spring_application_json: {{ .Values.config.springApplicationJson | quote }}