Skip to content

Commit e432183

Browse files
committed
Update Service Account
1 parent 0080751 commit e432183

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

docs/mcs_operator_mode.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ you can override this using `MCS_K8S_API_SERVER`, ie use the k8s cluster from `k
2525

2626
## Extract the Service account token and use it with MCS
2727

28-
For local development you can use the jwt associated to the `m3-sa` service account, you can get the token running
28+
For local development you can use the jwt associated to the `mcs-sa` service account, you can get the token running
2929
the following command in your terminal:
3030

3131
```

k8s/console/base/mcs-deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ spec:
1212
labels:
1313
app: mcs
1414
spec:
15-
serviceAccountName: m3-sa
15+
serviceAccountName: mcs-sa
1616
containers:
1717
- name: mcs
1818
image: minio/mcs:latest

k8s/operator-console/base/mcs-deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ spec:
1212
labels:
1313
app: mcs
1414
spec:
15-
serviceAccountName: m3-sa
15+
serviceAccountName: mcs-sa
1616
containers:
1717
- name: mcs
1818
image: minio/mcs:latest

0 commit comments

Comments
 (0)