2023-11-14 22:12:33 +01:00
|
|
|
---
|
|
|
|
apiVersion: rbac.authorization.k8s.io/v1
|
|
|
|
kind: ClusterRoleBinding
|
|
|
|
metadata:
|
|
|
|
name: postgres-operator
|
|
|
|
labels:
|
|
|
|
postgres-operator.crunchydata.com/control-plane: postgres-operator
|
|
|
|
roleRef:
|
|
|
|
apiGroup: rbac.authorization.k8s.io
|
|
|
|
kind: ClusterRole
|
|
|
|
name: postgres-operator
|
|
|
|
subjects:
|
|
|
|
- kind: ServiceAccount
|
2024-02-14 21:45:58 +01:00
|
|
|
name: pgo
|
|
|
|
namespace: postgres-system
|