refactor: print debug as yaml

This commit is contained in:
2023-03-01 23:39:53 +03:00
parent 98d893e74b
commit b4fe1239b5

View File

@ -1,3 +1,3 @@
{{- define "common.dd" -}}
{{- . | mustToPrettyJson | printf "\nThe JSON output of the dumped var is: \n%s" | fail }}
{{- . | toYaml | fail }}
{{- end -}}