nixos specific paths
This commit is contained in:
parent
685963479a
commit
20a203f34a
@ -166,34 +166,34 @@ data:
|
|||||||
# ROOK_CSI_NFS_POD_LABELS: "key1=value1,key2=value2"
|
# ROOK_CSI_NFS_POD_LABELS: "key1=value1,key2=value2"
|
||||||
|
|
||||||
# (Optional) CephCSI CephFS plugin Volumes
|
# (Optional) CephCSI CephFS plugin Volumes
|
||||||
# CSI_CEPHFS_PLUGIN_VOLUME: |
|
CSI_CEPHFS_PLUGIN_VOLUME: |
|
||||||
# - name: lib-modules
|
- name: lib-modules
|
||||||
# hostPath:
|
hostPath:
|
||||||
# path: /run/current-system/kernel-modules/lib/modules/
|
path: /run/current-system/kernel-modules/lib/modules/
|
||||||
# - name: host-nix
|
- name: host-nix
|
||||||
# hostPath:
|
hostPath:
|
||||||
# path: /nix
|
path: /nix
|
||||||
|
|
||||||
# (Optional) CephCSI CephFS plugin Volume mounts
|
# (Optional) CephCSI CephFS plugin Volume mounts
|
||||||
# CSI_CEPHFS_PLUGIN_VOLUME_MOUNT: |
|
CSI_CEPHFS_PLUGIN_VOLUME_MOUNT: |
|
||||||
# - name: host-nix
|
- name: host-nix
|
||||||
# mountPath: /nix
|
mountPath: /nix
|
||||||
# readOnly: true
|
readOnly: true
|
||||||
|
|
||||||
# (Optional) CephCSI RBD plugin Volumes
|
# (Optional) CephCSI RBD plugin Volumes
|
||||||
# CSI_RBD_PLUGIN_VOLUME: |
|
CSI_RBD_PLUGIN_VOLUME: |
|
||||||
# - name: lib-modules
|
- name: lib-modules
|
||||||
# hostPath:
|
hostPath:
|
||||||
# path: /run/current-system/kernel-modules/lib/modules/
|
path: /run/current-system/kernel-modules/lib/modules/
|
||||||
# - name: host-nix
|
- name: host-nix
|
||||||
# hostPath:
|
hostPath:
|
||||||
# path: /nix
|
path: /nix
|
||||||
|
|
||||||
# (Optional) CephCSI RBD plugin Volume mounts
|
# (Optional) CephCSI RBD plugin Volume mounts
|
||||||
# CSI_RBD_PLUGIN_VOLUME_MOUNT: |
|
CSI_RBD_PLUGIN_VOLUME_MOUNT: |
|
||||||
# - name: host-nix
|
- name: host-nix
|
||||||
# mountPath: /nix
|
mountPath: /nix
|
||||||
# readOnly: true
|
readOnly: true
|
||||||
|
|
||||||
# (Optional) CephCSI provisioner NodeAffinity (applied to both CephFS and RBD provisioner).
|
# (Optional) CephCSI provisioner NodeAffinity (applied to both CephFS and RBD provisioner).
|
||||||
# CSI_PROVISIONER_NODE_AFFINITY: "role=storage-node; storage=rook, ceph"
|
# CSI_PROVISIONER_NODE_AFFINITY: "role=storage-node; storage=rook, ceph"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user