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 <badhikar@redhat.com>
  • Loading branch information
bipuladh committed Dec 20, 2024
1 parent 1d5f92b commit df9218c
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 df9218c

Please sign in to comment.