switching acm bootstrap repo
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
resources:
|
||||
- local-home.yaml
|
||||
- local-hub.yaml
|
||||
@@ -0,0 +1,18 @@
|
||||
apiVersion: cluster.open-cluster-management.io/v1
|
||||
kind: ManagedCluster
|
||||
metadata:
|
||||
annotations:
|
||||
open-cluster-management/created-via: other
|
||||
labels:
|
||||
cloud: Other
|
||||
cluster.open-cluster-management.io/clusterset: dev
|
||||
gitops: local.home
|
||||
color: "0066CC"
|
||||
name: home
|
||||
vendor: OpenShift
|
||||
name: home
|
||||
spec:
|
||||
hubAcceptsClient: true
|
||||
leaseDurationSeconds: 60
|
||||
managedClusterClientConfigs:
|
||||
- url: https://api.home.ocplab.com:6443
|
||||
@@ -0,0 +1,20 @@
|
||||
apiVersion: cluster.open-cluster-management.io/v1
|
||||
kind: ManagedCluster
|
||||
metadata:
|
||||
annotations:
|
||||
open-cluster-management/created-via: other
|
||||
labels:
|
||||
cloud: Other
|
||||
cluster.open-cluster-management.io/clusterset: default
|
||||
gitops: local.hub
|
||||
color: "3E8635"
|
||||
local-cluster: "true"
|
||||
name: local-cluster
|
||||
velero.io/exclude-from-backup: "true"
|
||||
vendor: OpenShift
|
||||
name: local-cluster
|
||||
spec:
|
||||
hubAcceptsClient: true
|
||||
leaseDurationSeconds: 60
|
||||
managedClusterClientConfigs:
|
||||
- url: https://api.hub.ocplab.com:6443
|
||||
Reference in New Issue
Block a user