Follow up changes on secrets patch
Deleted mounts.conf file and moved the secrets mount paths to a list (default-mounts) in crio.conf Signed-off-by: umohnani8 <umohnani@redhat.com>
This commit is contained in:
parent
5b41729b6c
commit
d1aea31786
8 changed files with 35 additions and 72 deletions
|
@ -105,6 +105,9 @@ Example:
|
|||
**no_pivot**=*true*|*false*
|
||||
Instructs the runtime to not use pivot_root, but instead use MS_MOVE
|
||||
|
||||
**default_mounts**=[]
|
||||
List of mount points, in the form host:container, to be mounted in every container
|
||||
|
||||
## CRIO.IMAGE TABLE
|
||||
|
||||
**default_transport**
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue