sometimes life is just a syntactic nightmare
This commit is contained in:
parent
179ac09892
commit
a6e833f65f
1 changed files with 4 additions and 4 deletions
|
|
@ -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";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue