mirror of
https://github.com/ceph/ceph-csi.git
synced 2025-06-13 10:33:35 +00:00
rbd: modify oidc token file path according to FHS 3.0
OIDC token file path has been modified from `/var/run/secrets/token` to `/run/secrets/tokens`. This has been done to ensure compliance with FHS 3.0. refer: https://refspecs.linuxfoundation.org/FHS_3.0/fhs/ch05s13.html Signed-off-by: Rakshith R <rar@redhat.com>
This commit is contained in:
@ -134,7 +134,7 @@ spec:
|
||||
- name: ceph-logdir
|
||||
mountPath: /var/log/ceph
|
||||
- name: oidc-token
|
||||
mountPath: /var/run/secrets/tokens
|
||||
mountPath: /run/secrets/tokens
|
||||
readOnly: true
|
||||
resources:
|
||||
{{ toYaml .Values.nodeplugin.plugin.resources | indent 12 }}
|
||||
|
@ -184,7 +184,7 @@ spec:
|
||||
- name: keys-tmp-dir
|
||||
mountPath: /tmp/csi/keys
|
||||
- name: oidc-token
|
||||
mountPath: /var/run/secrets/tokens
|
||||
mountPath: /run/secrets/tokens
|
||||
readOnly: true
|
||||
resources:
|
||||
{{ toYaml .Values.nodeplugin.plugin.resources | indent 12 }}
|
||||
|
Reference in New Issue
Block a user