Skip to content

Commit e27624c

Browse files
committed
Namespace argocd.argoproj.io/managed-by label issue
- Fixed issue in common/clustergroup/templates/_helpers.tpl to render correct label
1 parent 23d35d6 commit e27624c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

clustergroup/templates/_helpers.tpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ metadata:
164164
name: {{ $k }}
165165
{{- if ne $v nil }}
166166
labels:
167-
argocd.argoproj.io/managed-by: {{ $patternName }}-{{ .clusterGroupName }}
167+
argocd.argoproj.io/managed-by: {{ $patternName }}-{{ $clusterGroupName }}
168168
{{- if $v.labels }}
169169
{{- range $key, $value := $v.labels }} {{- /* We loop here even though the map has always just one key */}}
170170
{{ $key }}: {{ $value | default "" | quote }}

0 commit comments

Comments
 (0)