From 8a257b1f7e3768317efc219ff0f0d7b13d5929f0 Mon Sep 17 00:00:00 2001 From: Bipul Adhikari Date: Thu, 12 Sep 2024 14:42:17 +0545 Subject: [PATCH 1/2] console: Remove auto mount of Service account token in console pod Signed-off-by: Bipul Adhikari --- config/console/console_init.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/config/console/console_init.yaml b/config/console/console_init.yaml index 672242840..4495ffb98 100644 --- a/config/console/console_init.yaml +++ b/config/console/console_init.yaml @@ -11,6 +11,7 @@ spec: labels: app: odf-console spec: + automountServiceAccountToken: false containers: - name: odf-console image: odf-console:latest From 423f02c20e17317148684404d049ef48ec5def10 Mon Sep 17 00:00:00 2001 From: Bipul Adhikari Date: Thu, 12 Sep 2024 14:42:34 +0545 Subject: [PATCH 2/2] bundle: Remove automount of Service account token in console pod Signed-off-by: Bipul Adhikari --- bundle/manifests/odf-operator.clusterserviceversion.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/bundle/manifests/odf-operator.clusterserviceversion.yaml b/bundle/manifests/odf-operator.clusterserviceversion.yaml index 9e45cad81..36caaebe4 100644 --- a/bundle/manifests/odf-operator.clusterserviceversion.yaml +++ b/bundle/manifests/odf-operator.clusterserviceversion.yaml @@ -35,7 +35,7 @@ metadata: categories: Storage console.openshift.io/plugins: '["odf-console"]' containerImage: quay.io/ocs-dev/odf-operator:latest - createdAt: "2024-08-30T07:08:13Z" + createdAt: "2024-09-12T08:48:15Z" description: OpenShift Data Foundation provides a common control plane for storage solutions on OpenShift Container Platform. features.operators.openshift.io/token-auth-aws: "true" @@ -453,6 +453,7 @@ spec: labels: app: odf-console spec: + automountServiceAccountToken: false containers: - image: quay.io/ocs-dev/odf-console:latest livenessProbe: