Housekeeping
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2023-05-13 18:09:23 +02:00
parent a20ae22090
commit dd0e278094
3 changed files with 8 additions and 9 deletions

View File

@ -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 -}}