bitnami / charts

Bitnami Helm Charts
https://bitnami.com
Other
9.04k stars 9.22k forks source link

[bitnami/harbor] externalDatabase password mandatory #30527

Open gulecroc opened 2 days ago

gulecroc commented 2 days ago

Name and Version

bitnami/harbor 24.0.2

What architecture are you using?

amd64

What steps will reproduce the bug?

When trying to install the chart with an external database, the password is mandatory in the chart externalDatabase.password.

The check: https://github.com/bitnami/charts/blob/d7b125b8b6d6da047e76598d72449e71330d1ffb/bitnami/harbor/templates/_helpers.tpl#L429

I would like to only give the password with the harbor core existing envvars (core.existingEnvVarsSecret)

What do you see instead?

Error: UPGRADE FAILED: execution error at (harbor/templates/NOTES.txt:49:3): 
VALUES VALIDATION:
harbor: External PostgreSQL password
    An external database password is required!.
    Please set a password (--set externalDatabase.password="xxxx")