Add option to ignore checksumming config/secrets (#14396)

Signed-off-by: David Young <davidy@funkypenguin.co.nz>
This commit is contained in:
David Young
2022-03-05 19:32:15 +13:00
committed by GitHub
parent 92a77cc78e
commit 9f7d89b3cd
4 changed files with 12 additions and 0 deletions
+6
View File
@@ -37,6 +37,12 @@ additionalLabels: []
## Additional annotations to include with deployment or statefulset
additionalAnnotations: []
## Typically the deployment/statefulset includes checksums of secrets/config,
## So that when these change on a subsequent helm install, the deployment/statefulset
## is restarted. This can result in unnecessary restarts under GitOps tooling such as
## flux, so set to "true" to disable this behaviour.
ignoreChartChecksums: false
## Additional arguments to pass to minio binary
extraArgs: []