Files
homelab/hub-cluster-bootstrap/rbac.yaml
2025-04-18 23:25:36 -05:00

37 lines
1.1 KiB
YAML

---
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