Skip to content

Commit 1409828

Browse files
authored
Merge pull request #56 from rh-mobb/foster/acm-stuff
added acm spoke hub clusters
2 parents 690217b + 7e387b0 commit 1409828

2 files changed

Lines changed: 7 additions & 8 deletions

File tree

charts/acm-operator/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@ dependencies:
1010
version: 1.1.0
1111
repository: https://rh-mobb.github.io/validated-pattern-helm-charts/
1212
name: acm-operator
13-
version: 0.5.24
13+
version: 0.5.25
1414
apiVersion: v2
1515
description: Chart to deploy Red Hat Advanced Cluster Management (RHACM) with ArgoCD ApplicationSets for spoke cluster management

charts/acm-operator/templates/namespace.yaml

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff 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 -}}

0 commit comments

Comments
 (0)