summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorScott Dodson <sdodson@redhat.com>2018-01-25 10:36:25 -0500
committerGitHub <noreply@github.com>2018-01-25 10:36:25 -0500
commit6c921b0877c38c2a6e55cd5852a740ec88fde8fb (patch)
treecbbe71b983e6504a3f942a4657504e34e9e54515
parent602fa687a2266dcb351492113654999a02c03faa (diff)
parent63cf5012085994a542ca85b4208f05c955a03aab (diff)
downloadopenshift-6c921b0877c38c2a6e55cd5852a740ec88fde8fb.tar.gz
openshift-6c921b0877c38c2a6e55cd5852a740ec88fde8fb.tar.bz2
openshift-6c921b0877c38c2a6e55cd5852a740ec88fde8fb.tar.xz
openshift-6c921b0877c38c2a6e55cd5852a740ec88fde8fb.zip
Merge pull request #6865 from giuseppe/node-specify-bind-option
node: specify bind option to /root/.docker
-rw-r--r--roles/openshift_node/defaults/main.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/roles/openshift_node/defaults/main.yml b/roles/openshift_node/defaults/main.yml
index 5864d3c03..0fe4c2035 100644
--- a/roles/openshift_node/defaults/main.yml
+++ b/roles/openshift_node/defaults/main.yml
@@ -83,6 +83,7 @@ openshift_node_syscon_auth_mounts_l:
destination: "/root/.docker"
options:
- ro
+ - bind
# If we need to add new mounts in the future, or the user wants to mount data.
# This should be in the same format as auth_mounts_l above.