deploy: configurable podSecurityContexts in ceph-csi-cephfs

pod-level security contexts for nodeplugin daemonset and provisioner
deployment can be set via helm values.yaml

Signed-off-by: 1602077 <62025739+1602077@users.noreply.github.com>
This commit is contained in:
1602077
2024-06-05 13:27:49 +02:00
committed by mergify[bot]
parent b715bbeb8c
commit ea42a0e873
5 changed files with 10 additions and 0 deletions

View File

@ -127,6 +127,8 @@ nodeplugin:
affinity: {}
podSecurityContext: {}
# Set to true to enable Ceph Kernel clients
# on kernel < 4.17 which support quotas
# forcecephkernelclient: true
@ -244,6 +246,8 @@ provisioner:
affinity: {}
podSecurityContext: {}
# readAffinity:
# Enable read affinity for CephFS subvolumes. Recommended to
# set to true if running kernel 5.8 or newer.