diff options
author | Munir Ahmad <munir.ahmad@bell.ca> | 2017-08-17 11:56:15 -0400 |
---|---|---|
committer | Munir Ahmad <munir.ahmad@bell.ca> | 2017-08-17 12:00:40 -0400 |
commit | 76610be9053a1baf9248c6fd51180d247b5ea773 (patch) | |
tree | 8c87c6dee4de1efc439e3d48b95e54f8f833d301 /kubernetes/config | |
parent | aaf060dac3d302f94ce99e5c63002f046e4d3f0e (diff) |
Revert aaf060dac3d302f94ce99e5c63002f046e4d3f0e
Issue-ID: OOM-145
This reverts commit aaf060dac3d302f94ce99e5c63002f046e4d3f0e.
Change-Id: I0f04c394846d553b60b1c0c3a334f98c021d804e
Signed-off-by: Munir Ahmad <munir.ahmad@bell.ca>
Diffstat (limited to 'kubernetes/config')
-rw-r--r-- | kubernetes/config/pod-config-init.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kubernetes/config/pod-config-init.yaml b/kubernetes/config/pod-config-init.yaml index 6520c83aa5..372694ebe6 100644 --- a/kubernetes/config/pod-config-init.yaml +++ b/kubernetes/config/pod-config-init.yaml @@ -18,5 +18,5 @@ spec: volumes: - name: config-init-root hostPath: - path: /dockerdata/ + path: /dockerdata-nfs/ restartPolicy: Never |