nextcloud / helm

A community maintained helm chart for deploying Nextcloud on Kubernetes.
GNU Affero General Public License v3.0
334 stars 269 forks source link

Feature: Add test for adding extra configs in CI #615

Open jessebot opened 3 months ago

jessebot commented 3 months ago

Description of the change

We should add a test for setting extra Nextcloud values via nextcloud.configs. We should set something via an inline php file using the helm parameter, and then verify it got set with occ config:system:get on the pod after the ct install is done.

Benefits

It's really common for users to need to add extra configuration config.php files, so this would ensure it's working.

Possible drawbacks

none that I can think of, but always open to feedback :)