Commit ef412615 authored by Rajesh's avatar Rajesh Committed by rjshrjndrn
Browse files

default '' value for null values in go templating

No related merge requests found
Showing with 1 addition and 1 deletion
+1 -1
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
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment