From cd0b54da0e4937901c0043b82689e638ca501afe Mon Sep 17 00:00:00 2001 From: Marko Oldenburg Date: Sun, 23 Nov 2025 09:12:19 +0100 Subject: [PATCH] Refactor environment variable section in values.yaml 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. --- charts/paperless-ngx/values.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/charts/paperless-ngx/values.yaml b/charts/paperless-ngx/values.yaml index 58a9090..1320317 100644 --- a/charts/paperless-ngx/values.yaml +++ b/charts/paperless-ngx/values.yaml @@ -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.