Hi! I'm getting the following error when trying to...
# troubleshooting
m
Hi! I'm getting the following error when trying to deploy Airbyte through Helm:
Copy code
error validating data: unknown object type "nil" in Secret.data.postgresql-password
I'm trying to get it to run with an external AWS RDS PGSQL DB. I Have defined the following params:
Copy code
postgresql.enabled
externalDatabase.host
externalDatabase.user
externalDatabase.existingSecret
externalDatabase.existingSecretPasswordKey
externalDatabase.database
I have not defined
externalDatabase.password
(because I want it to take the password from the secret) and the port number (The default should be correct.) Any ideas where I might be going wrong?
m
the Helm Chart doesn’t have CI enabled today so is quite unstable. Looks there was a change last week that introduce this param