4 lines
130 B
YAML
4 lines
130 B
YAML
{{- define "common.dd" -}}
|
|
{{- . | mustToPrettyJson | printf "\nThe JSON output of the dumped var is: \n%s" | fail }}
|
|
{{- end -}}
|