Merge branch 'master' into update-code-of-conduct
This commit is contained in:
commit
666d220200
|
|
@ -7,7 +7,7 @@ metadata:
|
||||||
spec:
|
spec:
|
||||||
containers:
|
containers:
|
||||||
- name: git-sync
|
- name: git-sync
|
||||||
image: gcr.io/google_containers/git-sync:v2.0.4
|
image: k8s.gcr.io/git-sync:v2.0.4
|
||||||
imagePullPolicy: Always
|
imagePullPolicy: Always
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
- name: markdown
|
- name: markdown
|
||||||
|
|
@ -18,7 +18,7 @@ spec:
|
||||||
- name: GIT_SYNC_DEST
|
- name: GIT_SYNC_DEST
|
||||||
value: git
|
value: git
|
||||||
- name: hugo
|
- name: hugo
|
||||||
image: gcr.io/google_containers/hugo
|
image: k8s.gcr.io/hugo
|
||||||
imagePullPolicy: Always
|
imagePullPolicy: Always
|
||||||
securityContext:
|
securityContext:
|
||||||
runAsUser: 0
|
runAsUser: 0
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue