Skip to content

Commit 0987d01

Browse files
authored
Merge pull request #7 from rh-mobb/foster/acm-stuff
added acm spoke hub clusters
2 parents 7295407 + 2c21900 commit 0987d01

6 files changed

Lines changed: 4 additions & 13 deletions

File tree

charts/cluster-bootstrap-acm-hub-registration/Chart.yaml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
1+
home: https://rh-mobb.github.io/validated-pattern-helm-charts/
2+
maintainers:
3+
- name: rh-mobb
14
apiVersion: v2
25
name: cluster-bootstrap-acm-hub-registration
36
description: Helm chart to register spoke clusters with ACM hub
47
type: application
5-
version: 0.1.2
8+
version: 0.1.3
69
appVersion: "1.0"
7-
8-

charts/cluster-bootstrap-acm-hub-registration/templates/_helpers.tpl

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,5 +47,3 @@ Selector labels
4747
app.kubernetes.io/name: {{ include "cluster-bootstrap-acm-hub-registration.name" . }}
4848
app.kubernetes.io/instance: {{ .Release.Name }}
4949
{{- end }}
50-
51-

charts/cluster-bootstrap-acm-hub-registration/templates/gitopscluster.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,3 @@ spec:
1313
apiVersion: cluster.open-cluster-management.io/v1beta1
1414
name: {{ .Values.gitopsCluster.placementName }}
1515
{{- end }}
16-
17-

charts/cluster-bootstrap-acm-hub-registration/templates/managedcluster.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,3 @@ metadata:
99
spec:
1010
hubAcceptsClient: {{ .Values.managedCluster.hubAcceptsClient }}
1111
leaseDurationSeconds: {{ .Values.managedCluster.leaseDurationSeconds }}
12-
13-

charts/cluster-bootstrap-acm-hub-registration/templates/managedclusteraddon.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,3 @@ metadata:
77
spec:
88
installNamespace: {{ .Values.applicationManager.installNamespace }}
99
{{- end }}
10-
11-

charts/cluster-bootstrap-acm-hub-registration/values.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,3 @@ gitopsCluster:
2020
enabled: true
2121
argoNamespace: openshift-gitops
2222
placementName: all-spoke-clusters
23-
24-

0 commit comments

Comments
 (0)