Skip to content

Commit

Permalink
bundle: Remove automount of Service account token in console pod
Browse files Browse the repository at this point in the history
Signed-off-by: Bipul Adhikari <badhikar@redhat.com>
  • Loading branch information
bipuladh committed Sep 12, 2024
1 parent 8a257b1 commit 423f02c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion bundle/manifests/odf-operator.clusterserviceversion.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -453,6 +453,7 @@ spec:
labels:
app: odf-console
spec:
automountServiceAccountToken: false
containers:
- image: quay.io/ocs-dev/odf-console:latest
livenessProbe:
Expand Down

0 comments on commit 423f02c

Please sign in to comment.