Skip to content

Commit 015a868

Browse files
authored
Remove readOnly flag from volumeMounts
Removed 'readOnly: false' from volumeMounts in two sections.
1 parent e7c1763 commit 015a868

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

docs/workload-identity-static-pv-mount.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,6 @@ spec:
126126
volumeMounts:
127127
- name: persistent-storage
128128
mountPath: /mnt/blob
129-
readOnly: false
130129
updateStrategy:
131130
type: RollingUpdate
132131
selector:
@@ -218,7 +217,6 @@ spec:
218217
volumeMounts:
219218
- name: blob
220219
mountPath: "/mnt/blob"
221-
readOnly: false
222220
volumes:
223221
- name: blob
224222
persistentVolumeClaim:

0 commit comments

Comments
 (0)