aquasecurity / aqua-helm

Helm Charts For Installing Aqua Security Components
http://aquasec.com
Apache License 2.0
87 stars 184 forks source link

[aqua server/db] Fixed aqua database passwort reference #855

Closed maik-d closed 2 months ago

maik-d commented 2 months ago

Hello!

I'd like to fix a bug, that occurs when someone wants to use "global.db.passwordFromSecret" values "path" of the console helm chart. The chart itself (precisely the file server/templates/db-deployment.yaml) references the following, non-existent, values path which leads to errors when deploying the chart: ".global.db.passwordFromSecret.global".

This second "global" subpath does not exist and hence needs to be removed from the mentioned file. Additionally I did some style related cleanups and also bumped the gateway version in the readme, to the latest release which is already included in the chart.

I'd appreciate a fast merge, as this change currently needs to be applied manually before we do a helm chart upgrade in our environment.

Regards, Maik