apps/postgres-operator/resources/rbac/role_binding.yaml
Peter Kurfer 21258a04b2
All checks were successful
Renovate / renovate (push) Successful in 58s
feat: external-dns & cert-manager
2024-02-14 21:46:08 +01:00

15 lines
No EOL
353 B
YAML

---
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
name: pgo
namespace: postgres-system