Skip to content

Commit 5ddeb28

Browse files
authored
Update deployment.yaml
add RBAC comment
1 parent 478ba83 commit 5ddeb28

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

samples/mysql-schema/k8s/deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ spec:
2020
labels:
2121
app: mysql-schema-operator
2222
spec:
23-
serviceAccount: mysql-schema-operator
23+
serviceAccount: mysql-schema-operator # specify the ServiceAccount under which's RBAC persmissions the operator will be executed under
2424
containers:
2525
- name: operator
2626
image: ${DOCKER_REGISTRY}/mysql-schema-operator:${OPERATOR_VERSION}

0 commit comments

Comments
 (0)