From e432183bd6c4bcff999af9d02047582dcdbee3d9 Mon Sep 17 00:00:00 2001 From: Daniel Valdivia Date: Sat, 25 Jul 2020 11:19:58 -0700 Subject: [PATCH] Update Service Account --- docs/mcs_operator_mode.md | 2 +- k8s/console/base/mcs-deployment.yaml | 2 +- k8s/operator-console/base/mcs-deployment.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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