airbytehq / airbyte

The leading data integration platform for ETL / ELT data pipelines from APIs, databases & files to data warehouses, data lakes & data lakehouses. Both self-hosted and Cloud-hosted.
https://airbyte.com
Other
15.88k stars 4.07k forks source link

Temporal Fails to Start with Helm #40511

Closed alexandarp closed 3 months ago

alexandarp commented 3 months ago

Helm Chart Version

airbyte-0.163.0

What step the error happened?

On deploy

Relevant information

When deploying the helm chart, temporal fails to start up. I have this same version running in a different cluster and everything is working fine.

I double-checked to make sure database credentials are correct and Temporal does indeed connect to the database before throwing an error. I'm not sure how to continue with debugging this.

Relevant log output

Temporal CLI address: 10.252.2.20:7233.
2024/06/25 19:06:29 Loading config; env=docker,zone=,configDir=config
2024/06/25 19:06:29 Loading config files=[config/docker.yaml]
Unable to load configuration: config file corrupted: yaml: line 17: found unknown escape character.
marcosmarxm commented 3 months ago

@alexandarp are the both environments the same and using the same values.yaml? The version you're providing is the Airbyte Platform version not the Helm Chart Version, can you update that?

alexandarp commented 3 months ago

@marcosmarxm Yes but they are using different databases.

I updated the issue to have the proper version.

marcosmarxm commented 3 months ago

The version you reported doens't exist in Artifacthub

alexandarp commented 3 months ago

I just used 0.233.2 and had the same error.

alexandarp commented 3 months ago

I ended up figuring out what the issue was. Line 17 was the database password and I had characters causing it to escape the YAML. I updated the password, redeployed, and everything worked!