You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Flatten CSI compatibility option to nixkube.node.compat
Move compat option from nixkube.node.csi.compat.enable to nixkube.node.compat,
accessible as nix-csi.node.compat via the module rename.
Update warning to show the correct option path for users migrating away from
the deprecated nix.csi.store driver.
lib.warn"nixkube: CSI compatibility driver (nix.csi.store) is enabled. This is deprecated and will be removed in a future release. Please migrate to the nixkube driver name."value
lib.warn"nix-csi.node.compat: CSI compatibility driver (nix.csi.store) is enabled. This is deprecated and will be removed in a future release. Please migrate to the nixkube driver name."value
26
+
else
27
+
value;
32
28
};
33
29
nixConfig=lib.mkOption{
34
30
description="nix.conf for CSI/mounter/DaemonSet pods";
0 commit comments