Fix variable name
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
2023-05-13 17:38:19 +02:00
parent be3f0d2466
commit ec3b2e3286
3 changed files with 6 additions and 15 deletions

View File

@ -1,9 +1,9 @@
{{- if not .Values.json-server.data.existingConfigMap }}
{{- if not .Values.jsonserver.data.existingConfigMap }}
apiVersion: v1
kind: ConfigMap
metadata:
name: {{ .Release.Name }}-configmap
data:
db.json: |
{{ include "common.tplvalues.render" ( dict "value" .Values.json-server.data.configInline "context" $) | indent 4 }}
{{ include "common.tplvalues.render" ( dict "value" .Values.jsonserver.data.configInline "context" $) | indent 4 }}
{{- end -}}