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
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