GitBook: [#2995] No subject

This commit is contained in:
CPol 2022-02-08 10:31:13 +00:00 committed by gitbook-bot
parent 608cd815ad
commit 3535453013
No known key found for this signature in database
GPG Key ID: 07D2180C7B12D0FF

View File

@ -126,7 +126,7 @@ spec:
hostNetwork: true # Use the host's network namespace https://www.man7.org/linux/man-pages/man7/network_namespaces.7.html
hostPID: true # Use the host's pid namespace https://man7.org/linux/man-pages/man7/pid_namespaces.7.htmlpe_
volumes:
- name: volume
- name: host-volume
hostPath:
path: /
```