From 20a203f34a9f2e8f7aecde8c06ab0cc7f01893e4 Mon Sep 17 00:00:00 2001 From: Steffen Illium Date: Thu, 25 Apr 2024 10:43:48 +0200 Subject: [PATCH] nixos specific paths --- .../04-rook-ceph/base/operator.yaml | 44 +++++++++---------- 1 file changed, 22 insertions(+), 22 deletions(-) diff --git a/infrastructure/04-rook-ceph/base/operator.yaml b/infrastructure/04-rook-ceph/base/operator.yaml index 9a20e5a..73fb71d 100644 --- a/infrastructure/04-rook-ceph/base/operator.yaml +++ b/infrastructure/04-rook-ceph/base/operator.yaml @@ -166,34 +166,34 @@ data: # ROOK_CSI_NFS_POD_LABELS: "key1=value1,key2=value2" # (Optional) CephCSI CephFS plugin Volumes - # CSI_CEPHFS_PLUGIN_VOLUME: | - # - name: lib-modules - # hostPath: - # path: /run/current-system/kernel-modules/lib/modules/ - # - name: host-nix - # hostPath: - # path: /nix + CSI_CEPHFS_PLUGIN_VOLUME: | + - name: lib-modules + hostPath: + path: /run/current-system/kernel-modules/lib/modules/ + - name: host-nix + hostPath: + path: /nix # (Optional) CephCSI CephFS plugin Volume mounts - # CSI_CEPHFS_PLUGIN_VOLUME_MOUNT: | - # - name: host-nix - # mountPath: /nix - # readOnly: true + CSI_CEPHFS_PLUGIN_VOLUME_MOUNT: | + - name: host-nix + mountPath: /nix + readOnly: true # (Optional) CephCSI RBD plugin Volumes - # CSI_RBD_PLUGIN_VOLUME: | - # - name: lib-modules - # hostPath: - # path: /run/current-system/kernel-modules/lib/modules/ - # - name: host-nix - # hostPath: - # path: /nix + CSI_RBD_PLUGIN_VOLUME: | + - name: lib-modules + hostPath: + path: /run/current-system/kernel-modules/lib/modules/ + - name: host-nix + hostPath: + path: /nix # (Optional) CephCSI RBD plugin Volume mounts - # CSI_RBD_PLUGIN_VOLUME_MOUNT: | - # - name: host-nix - # mountPath: /nix - # readOnly: true + CSI_RBD_PLUGIN_VOLUME_MOUNT: | + - name: host-nix + mountPath: /nix + readOnly: true # (Optional) CephCSI provisioner NodeAffinity (applied to both CephFS and RBD provisioner). # CSI_PROVISIONER_NODE_AFFINITY: "role=storage-node; storage=rook, ceph"