forked from RemoteSync/grafana-meta-monitoring-chart
Fix a few more things
Signed-off-by: Michel Hollands <michel.hollands@gmail.com>
This commit is contained in:
@@ -9,7 +9,7 @@
|
||||
{{- define "agent.all_namespaces" -}}
|
||||
{{- $list := list }}
|
||||
{{- range .Values.namespacesToMonitor }}
|
||||
{{- $list = append $list (printf "\"%s\"" .) }}
|
||||
{{- $list = append $list (printf "%s" .) }}
|
||||
{{- end }}
|
||||
{{- $list = append $list .Release.Namespace }}
|
||||
{{- join "|" $list }}
|
||||
|
Reference in New Issue
Block a user