From 76610be9053a1baf9248c6fd51180d247b5ea773 Mon Sep 17 00:00:00 2001 From: Munir Ahmad Date: Thu, 17 Aug 2017 11:56:15 -0400 Subject: Revert aaf060dac3d302f94ce99e5c63002f046e4d3f0e Issue-ID: OOM-145 This reverts commit aaf060dac3d302f94ce99e5c63002f046e4d3f0e. Change-Id: I0f04c394846d553b60b1c0c3a334f98c021d804e Signed-off-by: Munir Ahmad --- kubernetes/config/pod-config-init.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'kubernetes/config/pod-config-init.yaml') 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 -- cgit 1.2.3-korg