Helm chart: externalDatabase.password has no effect as it still retrieves from the secret #9979
Labels
area/platform
issues related to the platform
community
helm
kubernetes
team/compose
team/platform-move
type/bug
Something isn't working
Environment
Current Behavior
externalDatabase.password
has no effect as it still retrieves from the secretExpected Behavior
When externalDatabase.password is set, the template should use it instead of retrieving from a secret.
Root cause:
https://github.com/airbytehq/airbyte/blob/master/charts/airbyte/templates/bootloader/pod.yaml#L33
This if-else condition needs to be fixed, as it uses password from the secrets for the external DB.
Steps to Reproduce
The text was updated successfully, but these errors were encountered: