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";
|
||||
isReadOnly = false;
|
||||
};
|
||||
"/proc" = {
|
||||
hostPath = "/run/proc";
|
||||
"/run/proc" = {
|
||||
hostPath = "/proc";
|
||||
};
|
||||
"/sys" = {
|
||||
hostPath = "/run/sys";
|
||||
"/run/sys" = {
|
||||
hostPath = "/sys";
|
||||
};
|
||||
"/dev/fuse" = {
|
||||
hostPath = "/dev/fuse";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue