fix persistent mount path

This commit is contained in:
2026-09-12 17:58:19 -05:00
parent dfe4c52590
commit fb5c117ae4
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -114,7 +114,7 @@
# Until then use a vm, as k3s is persisted
extraFlags = [
"--data-dir=/persist/var/lib/rancher/k3s"
"--cluster-cidr 10.42.0.0/20"
"--cluster-cidr=10.42.0.0/20"
];
};