This commit is contained in:
@ -1,9 +1,9 @@
|
||||
{{- if not .Values.jsonserver.data.existingConfigMap }}
|
||||
{{- if not .Values.seedData.existingConfigMap }}
|
||||
apiVersion: v1
|
||||
kind: ConfigMap
|
||||
metadata:
|
||||
name: {{ .Release.Name }}-configmap
|
||||
data:
|
||||
db.json: |
|
||||
{{ include "common.tplvalues.render" ( dict "value" .Values.jsonserver.data.configInline "context" $) | indent 4 }}
|
||||
{{ include "common.tplvalues.render" ( dict "value" .Values.seedData.configInline "context" $) | indent 4 }}
|
||||
{{- end -}}
|
||||
|
Reference in New Issue
Block a user