Skip to content
Snippets Groups Projects
Verified Commit b29c2be7 authored by Hugo Renard's avatar Hugo Renard
Browse files

fix: disable config readonly

on nc install & update
parent 4c685354
No related branches found
No related tags found
No related merge requests found
......@@ -10,6 +10,8 @@ spec:
- command:
- /install.sh
env:
- name: CONFIG_READONLY
value: ""
- name: VERSION
value: ${NC_VERSION}
- name: OBJECTSTORE_S3_KEY
......
......@@ -17,6 +17,8 @@ spec:
/usr/local/bin/php occ db:add-missing-indices;
/refresh_config.sh;
env:
- name: CONFIG_READONLY
value: ""
- name: INSTALLED
value: "true"
- name: VERSION
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment