Update environment variable formatting in values.yaml
Some checks failed
Build Helm Chart / helm-package (push) Failing after 21s

Improved the formatting of the environment variable section in the
`values.yaml` file within the `charts/paperless-ngx` directory. The
change includes a reindentation of the `env` block to enhance readability
and maintain consistency. This adjustment does not affect functionality
or introduce any breaking changes, but it ensures that the YAML
structure remains clean and is easier to understand for future
modifications.
This commit is contained in:
2025-11-23 09:10:35 +01:00
parent cc4992be24
commit 173421cc42

View File

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