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:
Simon L 2023-02-02 12:25:39 +01:00 committed by GitHub
commit 26188f797d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 0 additions and 2 deletions

View file

@ -69,7 +69,6 @@ spec:
- name: nextcloud-aio-nextcloud
persistentVolumeClaim:
claimName: nextcloud-aio-nextcloud
readOnly: true
- name: nextcloud-aio-apache
persistentVolumeClaim:
claimName: nextcloud-aio-apache

View file

@ -135,4 +135,3 @@ spec:
- name: nextcloud-aio-nextcloud-trusted-cacerts
persistentVolumeClaim:
claimName: nextcloud-aio-nextcloud-trusted-cacerts
readOnly: true