mirror of
https://github.com/nextcloud/all-in-one.git
synced 2025-02-24 13:57:01 +08:00
Merge pull request #1894 from nextcloud/fix/noid/nextcloud-deployment-read-only
fix(helm): don't mark ca certs volume as read only globally
This commit is contained in:
commit
26188f797d
2 changed files with 0 additions and 2 deletions
|
@ -69,7 +69,6 @@ spec:
|
||||||
- name: nextcloud-aio-nextcloud
|
- name: nextcloud-aio-nextcloud
|
||||||
persistentVolumeClaim:
|
persistentVolumeClaim:
|
||||||
claimName: nextcloud-aio-nextcloud
|
claimName: nextcloud-aio-nextcloud
|
||||||
readOnly: true
|
|
||||||
- name: nextcloud-aio-apache
|
- name: nextcloud-aio-apache
|
||||||
persistentVolumeClaim:
|
persistentVolumeClaim:
|
||||||
claimName: nextcloud-aio-apache
|
claimName: nextcloud-aio-apache
|
||||||
|
|
|
@ -135,4 +135,3 @@ spec:
|
||||||
- name: nextcloud-aio-nextcloud-trusted-cacerts
|
- name: nextcloud-aio-nextcloud-trusted-cacerts
|
||||||
persistentVolumeClaim:
|
persistentVolumeClaim:
|
||||||
claimName: nextcloud-aio-nextcloud-trusted-cacerts
|
claimName: nextcloud-aio-nextcloud-trusted-cacerts
|
||||||
readOnly: true
|
|
||||||
|
|
Loading…
Reference in a new issue