File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -10,6 +10,6 @@ dependencies:
1010 version : 1.1.0
1111 repository : https://rh-mobb.github.io/validated-pattern-helm-charts/
1212name : acm-operator
13- version : 0.5.24
13+ version : 0.5.25
1414apiVersion : v2
1515description : Chart to deploy Red Hat Advanced Cluster Management (RHACM) with ArgoCD ApplicationSets for spoke cluster management
Original file line number Diff line number Diff line change @@ -6,13 +6,12 @@ metadata:
66 name : " {{ $ns.name }}"
77 annotations :
88 argocd.argoproj.io/sync-wave : " -10"
9- {{- if $ns.annotations }}
10- annotations :
11- {{- toYaml $ns.annotations | trimPrefix "|" | indent 2 }}
12- {{ end }}
13- labels :
9+ {{- with $ns.annotations }}
10+ {{- toYaml . | nindent 4 }}
11+ {{- end }}
1412 {{- if $ns.labels }}
15- {{- toYaml $ns.labels | trimPrefix "|" | indent 2 }}
16- {{ end }}
13+ labels :
14+ {{- toYaml $ns.labels | nindent 4 }}
15+ {{- end }}
1716---
1817{{ end -}}
You can’t perform that action at this time.
0 commit comments