diff --git a/3node/helm-charts/player/templates/configmap.yaml b/3node/helm-charts/player/templates/configmap.yaml index 89dd7d0eb6dc037cb3fe68379c9a8169d80e0beb..61960f06fb26a4113dc8412057bba21210622024 100644 --- a/3node/helm-charts/player/templates/configmap.yaml +++ b/3node/helm-charts/player/templates/configmap.yaml @@ -1,7 +1,7 @@ apiVersion: v1 data: {{- range $key, $val := .Values.playerenv }} - {{ $key }}: {{ $val }} + {{ $key }}: {{default "''" $val }} {{- end }} sunbird_cassandra_replication_strategy: {{ .Values.sunbird_cassandra_replication_strategy | toJson }} kind: ConfigMap