Add probes

This commit is contained in:
2024-05-26 13:02:04 +02:00
parent 8958c9e2e0
commit b76da1c101
3 changed files with 45 additions and 18 deletions

View File

@ -0,0 +1,8 @@
{{- define "lib.raw" -}}
{{- if $.Values.raw -}}
{{- range $.Values.raw }}
---{{- (tpl . $) | nindent 0 }}
{{- end }}
{{- end -}}
{{- end -}}