Skip to content

Commit 152b01b

Browse files
committed
allow web to write to mount so we can make changes
1 parent a9046c1 commit 152b01b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/grep/base/deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ spec:
4747
volumeMounts:
4848
- name: gitrepo
4949
mountPath: /shared/metacpan_git
50-
readOnly: true
50+
readOnly: false
5151
volumes:
5252
- name: gitrepo
5353
persistentVolumeClaim:

0 commit comments

Comments
 (0)