feat: add debug

This commit is contained in:
2023-03-01 22:04:37 +03:00
parent 1f3a7e1050
commit 98d893e74b

3
templates/_debug.yaml Normal file
View File

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