Refactor environment variable section in values.yaml
Some checks failed
Build Helm Chart / helm-package (push) Failing after 20s

Updated the formatting of the `env` section in the
`charts/paperless-ngx/values.yaml` file for improved clarity.
The changes include reformatting the environment variables
under the `env` key, placing them in a more readable structure
while maintaining the same functionality. This adjustment
enhances consistency across the configuration file, aiding
in better comprehension and maintenance. No breaking changes
were introduced, and the existing values remain unchanged.
This commit is contained in:
2025-11-23 09:12:19 +01:00
parent 173421cc42
commit cd0b54da0e

View File

@@ -19,10 +19,10 @@ controllers:
tag: 2.20.0
# -- Environment variables [[ref]](https://docs.paperless-ngx.com/configuration/)
# @default -- See [values.yaml](./values.yaml)
env:
# -- Set the container timezone
TZ: UTC
# PAPERLESS_SECRET_KEY: ""
env:
# -- Set the container timezone
TZ: UTC
# PAPERLESS_SECRET_KEY: ""
service:
# -- Configures service settings for the chart.