We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 23d35d6 + e27624c commit 8855d6eCopy full SHA for 8855d6e
1 file changed
clustergroup/templates/_helpers.tpl
@@ -164,7 +164,7 @@ metadata:
164
name: {{ $k }}
165
{{- if ne $v nil }}
166
labels:
167
- argocd.argoproj.io/managed-by: {{ $patternName }}-{{ .clusterGroupName }}
+ argocd.argoproj.io/managed-by: {{ $patternName }}-{{ $clusterGroupName }}
168
{{- if $v.labels }}
169
{{- range $key, $value := $v.labels }} {{- /* We loop here even though the map has always just one key */}}
170
{{ $key }}: {{ $value | default "" | quote }}
0 commit comments