Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 0 additions & 9 deletions examples/operator/operator.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7588,20 +7588,13 @@ spec:
---
apiVersion: v1
kind: ServiceAccount
metadata:
name: vitess-operator
namespace: example
---
apiVersion: v1
kind: ServiceAccount
metadata:
name: vitess-operator
---
apiVersion: rbac.authorization.k8s.io/v1
kind: Role
metadata:
name: vitess-operator-backup-storage
namespace: example
rules:
- apiGroups:
- planetscale.com
Expand Down Expand Up @@ -7710,15 +7703,13 @@ apiVersion: rbac.authorization.k8s.io/v1
kind: RoleBinding
metadata:
name: vitess-operator-backup-storage
namespace: example
roleRef:
apiGroup: rbac.authorization.k8s.io
kind: Role
name: vitess-operator-backup-storage
subjects:
- kind: ServiceAccount
name: vitess-operator
namespace: example
---
apiVersion: rbac.authorization.k8s.io/v1
kind: ClusterRoleBinding
Expand Down
Loading