Skip to content

Commit

Permalink
Remove automount for default ServiceAccount token
Browse files Browse the repository at this point in the history
Signed-off-by: Bipul Adhikari <[email protected]>
  • Loading branch information
bipuladh authored and openshift-cherrypick-robot committed Dec 20, 2024
1 parent 6c85be5 commit 2de023a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -319,6 +319,7 @@ spec:
labels:
app.kubernetes.io/name: odf-multicluster-console
spec:
automountServiceAccountToken: false
containers:
- image: quay.io/ocs-dev/odf-multicluster-console:latest
name: odf-multicluster-console
Expand Down
1 change: 1 addition & 0 deletions config/console/console_init.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ spec:
app.kubernetes.io/name: odf-multicluster-console
template:
spec:
automountServiceAccountToken: false
containers:
- name: odf-multicluster-console
image: odf-multicluster-console:latest
Expand Down

0 comments on commit 2de023a

Please sign in to comment.