mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-02 00:07:50 +00:00
Merge pull request #2626 from jasonkuhrt/patch-1
Fix incorrect pod spec in tutorial
This commit is contained in:
commit
56eba5cb47
@ -100,7 +100,6 @@ desiredState:
|
|||||||
- name: www-data
|
- name: www-data
|
||||||
mountPath: /srv/www
|
mountPath: /srv/www
|
||||||
readOnly: true
|
readOnly: true
|
||||||
containers:
|
|
||||||
- name: git-monitor
|
- name: git-monitor
|
||||||
image: kubernetes/git-monitor
|
image: kubernetes/git-monitor
|
||||||
env:
|
env:
|
||||||
|
Loading…
Reference in New Issue
Block a user