summaryrefslogtreecommitdiffstats
path: root/roles
diff options
context:
space:
mode:
authorGiuseppe Scrivano <gscrivan@redhat.com>2017-10-31 13:28:50 +0100
committerGiuseppe Scrivano <gscrivan@redhat.com>2017-11-14 11:53:44 +0100
commit815afe20035104bd81aef8071287c144a15d30d7 (patch)
treed79df650d8fe389e61af672852dcc52768a9d077 /roles
parent6c4c57e1ef15d2153f91c747f8a4718be49dafda (diff)
downloadopenshift-815afe20035104bd81aef8071287c144a15d30d7.tar.gz
openshift-815afe20035104bd81aef8071287c144a15d30d7.tar.bz2
openshift-815afe20035104bd81aef8071287c144a15d30d7.tar.xz
openshift-815afe20035104bd81aef8071287c144a15d30d7.zip
crio: sync crio.conf
Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
Diffstat (limited to 'roles')
-rw-r--r--roles/docker/templates/crio.conf.j25
1 files changed, 5 insertions, 0 deletions
diff --git a/roles/docker/templates/crio.conf.j2 b/roles/docker/templates/crio.conf.j2
index 93014a80d..3f066a17f 100644
--- a/roles/docker/templates/crio.conf.j2
+++ b/roles/docker/templates/crio.conf.j2
@@ -103,6 +103,11 @@ cgroup_manager = "systemd"
# hooks_dir_path is the oci hooks directory for automatically executed hooks
hooks_dir_path = "/usr/share/containers/oci/hooks.d"
+# default_mounts is the mounts list to be mounted for the container when created
+default_mounts = [
+ "/usr/share/rhel/secrets:/run/secrets",
+]
+
# pids_limit is the number of processes allowed in a container
pids_limit = 1024