Merge pull request #35 from kubernetes/update-demo

Use bare name for DEST in example
This commit is contained in:
Michael Grosser 2017-02-15 09:03:55 +00:00 committed by GitHub
commit e274263552
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ spec:
- name: GIT_SYNC_REPO - name: GIT_SYNC_REPO
value: https://github.com/GoogleCloudPlatform/kubernetes.git value: https://github.com/GoogleCloudPlatform/kubernetes.git
- name: GIT_SYNC_DEST - name: GIT_SYNC_DEST
value: /git value: git
- name: hugo - name: hugo
image: gcr.io/google_containers/hugo image: gcr.io/google_containers/hugo
imagePullPolicy: Always imagePullPolicy: Always