Correct api config yaml path
All checks were successful
continuous-integration/drone/pr Build is passing

This commit is contained in:
xeruf 2023-12-12 11:48:40 +01:00
parent 207b7493ff
commit 450db45e43

View File

@ -11,7 +11,7 @@ This Helm Chart deploys both the Vikunja [frontend](https://hub.docker.com/r/vik
## Quickstart ## Quickstart
Define ingress settings according to your controller (for both API and Frontend) to access the application. Define ingress settings according to your controller (for both API and Frontend) to access the application.
You can set all Vikunja API options as yaml under `api.configMaps.config.data`: https://vikunja.io/docs/config-options You can set all Vikunja API options as yaml under `api.configMaps.config.data.config.yml`: https://vikunja.io/docs/config-options
For example, you can disable registration (if you do not with to allow others to register on your Vikunja), by providing the following values in your `values.yaml`: For example, you can disable registration (if you do not with to allow others to register on your Vikunja), by providing the following values in your `values.yaml`:
@ -38,7 +38,7 @@ You can still create new users by executing the following command in the `api` c
To effectively run multiple replicas of the API, To effectively run multiple replicas of the API,
make sure to set up the redis cache as well make sure to set up the redis cache as well
by setting `api.configMaps.config.data.keyvalue.type` to `redis`, by setting `api.configMaps.config.data.config.yml.keyvalue.type` to `redis`,
configuring the redis subchart (see [values.yaml](./values.yaml#L119)) configuring the redis subchart (see [values.yaml](./values.yaml#L119))
and the connection to Vikunja: and the connection to Vikunja:
https://vikunja.io/docs/config-options/#redis https://vikunja.io/docs/config-options/#redis