We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 478ba83 commit 5ddeb28Copy full SHA for 5ddeb28
samples/mysql-schema/k8s/deployment.yaml
@@ -20,7 +20,7 @@ spec:
20
labels:
21
app: mysql-schema-operator
22
spec:
23
- serviceAccount: mysql-schema-operator
+ serviceAccount: mysql-schema-operator # specify the ServiceAccount under which's RBAC persmissions the operator will be executed under
24
containers:
25
- name: operator
26
image: ${DOCKER_REGISTRY}/mysql-schema-operator:${OPERATOR_VERSION}
0 commit comments