Deploy openshift gitops
This commit is contained in:
37
hub-cluster-bootstrap/rbac.yaml
Normal file
37
hub-cluster-bootstrap/rbac.yaml
Normal file
@@ -0,0 +1,37 @@
|
||||
---
|
||||
kind: ClusterRoleBinding
|
||||
apiVersion: rbac.authorization.k8s.io/v1
|
||||
metadata:
|
||||
name: openshift-gitops-admin
|
||||
subjects:
|
||||
- kind: ServiceAccount
|
||||
name: gitops-service-cluster
|
||||
namespace: openshift-gitops
|
||||
- kind: ServiceAccount
|
||||
name: openshift-gitops-applicationset-controller
|
||||
namespace: openshift-gitops
|
||||
- kind: ServiceAccount
|
||||
name: openshift-gitops-argocd-application-controller
|
||||
namespace: openshift-gitops
|
||||
- kind: ServiceAccount
|
||||
name: openshift-gitops-argocd-dex-server
|
||||
namespace: openshift-gitops
|
||||
- kind: ServiceAccount
|
||||
name: openshift-gitops-argocd-grafana
|
||||
namespace: openshift-gitops
|
||||
- kind: ServiceAccount
|
||||
name: openshift-gitops-argocd-redis
|
||||
namespace: openshift-gitops
|
||||
- kind: ServiceAccount
|
||||
name: openshift-gitops-argocd-redis-ha
|
||||
namespace: openshift-gitops
|
||||
- kind: ServiceAccount
|
||||
name: openshift-gitops-argocd-server
|
||||
namespace: openshift-gitops
|
||||
- kind: ServiceAccount
|
||||
name: openshift-gitops-operator-controller-manager
|
||||
namespace: openshift-operators
|
||||
roleRef:
|
||||
apiGroup: rbac.authorization.k8s.io
|
||||
kind: ClusterRole
|
||||
name: cluster-admin
|
||||
Reference in New Issue
Block a user