Skip to content

Commit 17e7399

Browse files
committed
examples/operator: Remove duplicate operator service account definition
Signed-off-by: f.medini <[email protected]>
1 parent 7631dac commit 17e7399

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

examples/operator/operator.yaml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7592,11 +7592,6 @@ metadata:
75927592
name: vitess-operator
75937593
namespace: example
75947594
---
7595-
apiVersion: v1
7596-
kind: ServiceAccount
7597-
metadata:
7598-
name: vitess-operator
7599-
---
76007595
apiVersion: rbac.authorization.k8s.io/v1
76017596
kind: Role
76027597
metadata:
@@ -7731,7 +7726,7 @@ roleRef:
77317726
subjects:
77327727
- kind: ServiceAccount
77337728
name: vitess-operator
7734-
namespace: default
7729+
namespace: example
77357730
---
77367731
apiVersion: scheduling.k8s.io/v1
77377732
description: Vitess components (vttablet, vtgate, vtctld, etcd)

0 commit comments

Comments
 (0)