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