diff options
author | Munir Ahmad <munir.ahmad@bell.ca> | 2017-08-17 08:02:26 -0400 |
---|---|---|
committer | Munir Ahmad <munir.ahmad@bell.ca> | 2017-08-17 08:10:20 -0400 |
commit | aaf060dac3d302f94ce99e5c63002f046e4d3f0e (patch) | |
tree | 11206efd0683507e0af4b33eab4de4416ecab553 /kubernetes/config | |
parent | 0b1332938385cc534b1f034b73f19c145ead87c6 (diff) |
update dir path from dockerdata-nfs to dockerdata
issue-id: OOM-145
Change-Id: I3f16fc32188118901612e1b93ec707fc1d513680
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 372694ebe6..6520c83aa5 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-nfs/ + path: /dockerdata/ restartPolicy: Never |