diff --git a/docs/mcs_operator_mode.md b/docs/mcs_operator_mode.md index 9c33f3abb..1c8d34210 100644 --- a/docs/mcs_operator_mode.md +++ b/docs/mcs_operator_mode.md @@ -25,7 +25,7 @@ you can override this using `MCS_K8S_API_SERVER`, ie use the k8s cluster from `k ## Extract the Service account token and use it with MCS -For local development you can use the jwt associated to the `m3-sa` service account, you can get the token running +For local development you can use the jwt associated to the `mcs-sa` service account, you can get the token running the following command in your terminal: ``` diff --git a/k8s/console/base/mcs-deployment.yaml b/k8s/console/base/mcs-deployment.yaml index 678c1935c..73083aa08 100644 --- a/k8s/console/base/mcs-deployment.yaml +++ b/k8s/console/base/mcs-deployment.yaml @@ -12,7 +12,7 @@ spec: labels: app: mcs spec: - serviceAccountName: m3-sa + serviceAccountName: mcs-sa containers: - name: mcs image: minio/mcs:latest diff --git a/k8s/operator-console/base/mcs-deployment.yaml b/k8s/operator-console/base/mcs-deployment.yaml index 72b057d6f..0f5d9a8bf 100644 --- a/k8s/operator-console/base/mcs-deployment.yaml +++ b/k8s/operator-console/base/mcs-deployment.yaml @@ -12,7 +12,7 @@ spec: labels: app: mcs spec: - serviceAccountName: m3-sa + serviceAccountName: mcs-sa containers: - name: mcs image: minio/mcs:latest