From 1fe4b9a652e23c65d55d3603854fd8aeda4d1dd7 Mon Sep 17 00:00:00 2001 From: jijun2 Date: Tue, 6 Oct 2015 15:22:49 +0800 Subject: [PATCH] Update pod.yaml --- explorer/pod.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/explorer/pod.yaml b/explorer/pod.yaml index fbb73a05..2c26c3e1 100644 --- a/explorer/pod.yaml +++ b/explorer/pod.yaml @@ -11,7 +11,7 @@ spec: - containerPort: 8080 protocol: TCP volumeMounts: - - mountPath: /mount/test-volume + - mountPath: "/mount/test-volume" name: test-volume volumes: - name: test-volume