mirror of
https://gitea.fenix-dev.com/fenix-gitea-admin/iac-ansible-private.git
synced 2025-12-17 03:34:28 +00:00
13 lines
273 B
YAML
13 lines
273 B
YAML
apiVersion: rbac.authorization.k8s.io/v1
|
|
kind: RoleBinding
|
|
metadata:
|
|
name: stolon-role-binding
|
|
namespace: postgresql
|
|
roleRef:
|
|
apiGroup: rbac.authorization.k8s.io
|
|
kind: Role
|
|
name: stolon-role
|
|
subjects:
|
|
- kind: ServiceAccount
|
|
name: default
|
|
namespace: postgresql |