sometimes life is just a syntactic nightmare

This commit is contained in:
alisceon 2025-09-30 19:52:30 +02:00
parent 179ac09892
commit a6e833f65f

View file

@ -58,11 +58,11 @@
hostPath = "/var/lib/gitlab-runner"; hostPath = "/var/lib/gitlab-runner";
isReadOnly = false; isReadOnly = false;
}; };
"/proc" = { "/run/proc" = {
hostPath = "/run/proc"; hostPath = "/proc";
}; };
"/sys" = { "/run/sys" = {
hostPath = "/run/sys"; hostPath = "/sys";
}; };
"/dev/fuse" = { "/dev/fuse" = {
hostPath = "/dev/fuse"; hostPath = "/dev/fuse";