Make media writable for restore
This commit is contained in:
parent
b2b7fae1aa
commit
725e25e362
1 changed files with 1 additions and 1 deletions
|
@ -61,7 +61,7 @@ spec:
|
|||
volumeMounts:
|
||||
- name: taiga-media
|
||||
mountPath: /media
|
||||
readOnly: true
|
||||
readOnly: false
|
||||
- name: backup-secret-volume
|
||||
mountPath: /var/run/secrets/backup-secrets
|
||||
readOnly: true
|
||||
|
|
Loading…
Reference in a new issue