mirror of
https://github.com/bitnami/charts.git
synced 2026-03-29 16:27:11 +08:00
[bitnami/zipkin] Set usePasswordFiles=true by default (#32123)
* [bitnami/zipkin] Set `usePasswordFiles=true` by default Signed-off-by: Miguel Ruiz <miguel.ruiz@broadcom.com> * Update CHANGELOG.md Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com> * Update README.md with readme-generator-for-helm Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com> --------- Signed-off-by: Miguel Ruiz <miguel.ruiz@broadcom.com> Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com> Co-authored-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
@@ -161,9 +161,9 @@ deploymentAnnotations: {}
|
||||
## @param logLevel Set application log level
|
||||
##
|
||||
logLevel: INFO
|
||||
## @param usePasswordFile Mount all sensitive information as files
|
||||
## @param usePasswordFiles Mount all sensitive information as files
|
||||
##
|
||||
usePasswordFile: true
|
||||
usePasswordFiles: true
|
||||
## @param storageType Set version store type. The chart natively supports cassandra3, mem or other. Any other type requires you to add the configuration in configOverrides and secretConfigOverrides.
|
||||
##
|
||||
storageType: cassandra3
|
||||
|
||||
Reference in New Issue
Block a user