Add probes
This commit is contained in:
8
charts/workload/templates/raw/_raw.tpl
Normal file
8
charts/workload/templates/raw/_raw.tpl
Normal file
@ -0,0 +1,8 @@
|
||||
{{- define "lib.raw" -}}
|
||||
{{- if $.Values.raw -}}
|
||||
{{- range $.Values.raw }}
|
||||
---{{- (tpl . $) | nindent 0 }}
|
||||
{{- end }}
|
||||
{{- end -}}
|
||||
{{- end -}}
|
||||
|
Reference in New Issue
Block a user