Remove readOnly:false from Downward API volume examples (#17661)

Downward API volumes are not writeable, even if readOnly:true is set, so
including this in the example is potentially confusing for users.
This commit is contained in:
Jason Hall
2019-11-30 21:49:03 -05:00
committed by Kubernetes Prow Robot
parent d66a1be13f
commit 459fe87540
2 changed files with 0 additions and 2 deletions
@@ -30,7 +30,6 @@ spec:
volumeMounts:
- name: podinfo
mountPath: /etc/podinfo
readOnly: false
volumes:
- name: podinfo
downwardAPI:
@@ -25,7 +25,6 @@ spec:
volumeMounts:
- name: podinfo
mountPath: /etc/podinfo
readOnly: false
volumes:
- name: podinfo
downwardAPI: