FusionAuth/charts

key rootpassword in Secret fusionauth/fusionauth-credentials should be optional

Closed this issue · 2 comments

For managed Database services, the fusionauth documentation states that the root password configuration option should not be specified, see ; https://fusionauth.io/docs/v1/tech/guides/silent-mode/

Though, using this chart without specifying database.root.password results in a database config error.

This chart should be fixed so that database.root.password is optional.

Just released 0.9.2 with this fix included.