Michel Hollands 0f66cad545 Add way to specify namespaces
Signed-off-by: Michel Hollands <michel.hollands@grafana.com>
2023-06-19 14:59:50 +01:00

8 lines
189 B
Smarty

{{- define "agent.namespaces" -}}
{{- $list := list }}
{{- range .Values.namespacesToMonitor }}
{{- $list = append $list (printf "\"%s\"" .) }}
{{- end }}
{{- join ", " $list }}
{{- end }}