From 5eb623c97fd0c9d7e1f2704c4de308ba7a4606ec Mon Sep 17 00:00:00 2001 From: Michael Grosser Date: Wed, 15 Feb 2017 08:48:58 +0000 Subject: [PATCH] Use bare name for DEST in example Using a path for DEST will fail in subsequent syncs #8. Using a bare name in examples. --- demo/config/pod.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/demo/config/pod.yaml b/demo/config/pod.yaml index e6b0ac3..595efb9 100644 --- a/demo/config/pod.yaml +++ b/demo/config/pod.yaml @@ -16,7 +16,7 @@ spec: - name: GIT_SYNC_REPO value: https://github.com/GoogleCloudPlatform/kubernetes.git - name: GIT_SYNC_DEST - value: /git + value: git - name: hugo image: gcr.io/google_containers/hugo imagePullPolicy: Always