Skip to content

Commit

Permalink
Use global-kubeops ns for ace addons
Browse files Browse the repository at this point in the history
Signed-off-by: Tamal Saha <[email protected]>
  • Loading branch information
tamalsaha committed Nov 15, 2023
1 parent f77e613 commit 0602370
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion charts/ace-ocm-addons/templates/NOTES.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
To verify that ACE OCM addons are setup correctly, run:

kubectl get placement,manifestworkreplicaset -n open-cluster-management-addon
kubectl get placement,manifestworkreplicaset -n global-kubeops
2 changes: 1 addition & 1 deletion charts/ace-ocm-addons/templates/clustersetbinding.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ apiVersion: cluster.open-cluster-management.io/v1beta2
kind: ManagedClusterSetBinding
metadata:
name: global
namespace: open-cluster-management-addon
namespace: global-kubeops
spec:
clusterSet: global
2 changes: 1 addition & 1 deletion charts/ace-ocm-addons/templates/manifestrelicaset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: work.open-cluster-management.io/v1alpha1
kind: ManifestWorkReplicaSet
metadata:
name: opscenter-core-addons
namespace: open-cluster-management-addon
namespace: global-kubeops
spec:
placementRefs:
- name: global
Expand Down
2 changes: 1 addition & 1 deletion charts/ace-ocm-addons/templates/namespace.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
apiVersion: v1
kind: Namespace
metadata:
name: open-cluster-management-addon
name: global-kubeops
2 changes: 1 addition & 1 deletion charts/ace-ocm-addons/templates/placement.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: cluster.open-cluster-management.io/v1beta1
kind: Placement
metadata:
name: global
namespace: open-cluster-management-addon
namespace: global-kubeops
spec:
clusterSets:
- global

0 comments on commit 0602370

Please sign in to comment.