From 51b93689be0bff7627bf51984a3663c1dcba2cc5 Mon Sep 17 00:00:00 2001 From: Marko Oldenburg Date: Sun, 23 Nov 2025 09:22:03 +0100 Subject: [PATCH] Remove unnecessary commented options in values.yaml In the `charts/paperless-ngx/values.yaml` file, I removed the uncommented `enabled` and `replicas` options under the `controllers.main` section. These configurations were previously commented out and were not being used, which can lead to confusion for users looking to configure the deployment. This change simplifies the file, making it clearer that these options are not currently in use. There are no breaking changes as this does not affect the existing functionality of the chart. --- charts/paperless-ngx/values.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/charts/paperless-ngx/values.yaml b/charts/paperless-ngx/values.yaml index 7fa5e7c..4dcb91d 100644 --- a/charts/paperless-ngx/values.yaml +++ b/charts/paperless-ngx/values.yaml @@ -6,9 +6,7 @@ # controllers: main: - #enabled: true type: deployment - #replicas: 1 defaultContainerOptions: image: # -- Image repository