[stable/nexcloud] Multiple config.php file#15212
[stable/nexcloud] Multiple config.php file#15212k8s-ci-robot merged 1 commit intohelm:masterfrom cthiebault:nextcloud-extra-config
Conversation
Use `ConfigMap` & `volumeMounts` to create extra config file in `/var/www/html/config` Signed-off-by: Cedric Thiebault <cedric.thiebault@gmail.com>
|
Hi @cthiebault. Thanks for your PR. I'm waiting for a helm member to verify that this patch is reasonable to test. If it is, they should reply with Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. DetailsInstructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
|
/ok-to-test |
|
/lgtm |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: billimek, cthiebault The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Use `ConfigMap` & `volumeMounts` to create extra config file in `/var/www/html/config` Signed-off-by: Cedric Thiebault <cedric.thiebault@gmail.com>
What this PR does / why we need it:
Nextcloud supports loading configuration parameters from multiple files. You can add arbitrary files ending with .config.php in the config/ directory.
Use
ConfigMap&volumeMountsto create extra config file in/var/www/html/configChecklist
[stable/chart])