Remove unnecessary commented options in values.yaml
All checks were successful
Build Helm Chart / helm-package (push) Successful in 23s
All checks were successful
Build Helm Chart / helm-package (push) Successful in 23s
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.
This commit is contained in:
@@ -6,9 +6,7 @@
|
|||||||
#
|
#
|
||||||
controllers:
|
controllers:
|
||||||
main:
|
main:
|
||||||
#enabled: true
|
|
||||||
type: deployment
|
type: deployment
|
||||||
#replicas: 1
|
|
||||||
defaultContainerOptions:
|
defaultContainerOptions:
|
||||||
image:
|
image:
|
||||||
# -- Image repository
|
# -- Image repository
|
||||||
|
|||||||
Reference in New Issue
Block a user