From aaf060dac3d302f94ce99e5c63002f046e4d3f0e Mon Sep 17 00:00:00 2001 From: Munir Ahmad Date: Thu, 17 Aug 2017 08:02:26 -0400 Subject: update dir path from dockerdata-nfs to dockerdata issue-id: OOM-145 Change-Id: I3f16fc32188118901612e1b93ec707fc1d513680 Signed-off-by: Munir Ahmad --- kubernetes/config/pod-config-init.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'kubernetes/config') 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 -- cgit 1.2.3-korg