anchore / anchore-charts

Helm charts for Anchore tools and services
http://charts.anchore.io
Apache License 2.0
47 stars 72 forks source link

fix: allow override of entire db_connect_args, not just single values #376

Open zhill opened 5 months ago

zhill commented 5 months ago

Adds an alternative way to set db_connect_args for unusual cases where new keys may need to be added. Users can set the common SSL/TLS options or use this but not both at the same time. To us this instead, the TLS stuff has to be set inside the override object itself.