Merge pull request #35 from kubernetes/update-demo
Use bare name for DEST in example
This commit is contained in:
commit
e274263552
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue