2023-05-13 16:09:23 +00:00
|
|
|
{{- if not .Values.seedData.existingConfigMap }}
|
2023-05-10 10:55:52 +00:00
|
|
|
apiVersion: v1
|
|
|
|
kind: ConfigMap
|
|
|
|
metadata:
|
|
|
|
name: {{ .Release.Name }}-configmap
|
|
|
|
data:
|
|
|
|
db.json: |
|
2023-05-13 16:09:23 +00:00
|
|
|
{{ include "common.tplvalues.render" ( dict "value" .Values.seedData.configInline "context" $) | indent 4 }}
|
2023-05-13 15:28:45 +00:00
|
|
|
{{- end -}}
|