diff --git a/templates/_debug.yaml b/templates/_debug.yaml new file mode 100644 index 0000000..2e64b18 --- /dev/null +++ b/templates/_debug.yaml @@ -0,0 +1,3 @@ +{{- define "common.dd" -}} +{{- . | mustToPrettyJson | printf "\nThe JSON output of the dumped var is: \n%s" | fail }} +{{- end -}}