Summary
The user is facing issues setting up Airbyte via Kubernetes with Helm Chart due to difficulties adding sslmode=true to the values.yaml file.
Question
Hi all. I’m trying to set up Airbyte via Kubernetes with Helm Chart. I’m setting up with my own values.yaml, but I’m having trouble having Airbyte up and running due to not being able to add sslmode=true to the values.yaml. My values.yaml is as follows:
enabled: false
# Trying with "externalDatabase" and without "externalDatabase" makes no difference
externalDatabase:
host: "host-name"
user: "user-name"
database: "db-name"
password: "password-value"
port: 5432
jdbcUrl: "<postgresql://host-name:5432/db-name?ssl=true&sslmode=require>"
# trying "jdbc:<postgresql://host-name:5432/db-name?ssl=true&sslmode=require>" doesn't help either
global:
database:
host: "host-name"
user: "user-name"
database: "db-name"
password: "password-value"
port: 5432
sslmode: "require"
jdbcUrl: "<postgresql://host-name:25060/db-name?ssl=true&sslmode=require>"```
<br>
---
This topic has been created from a Slack thread to give it more visibility.
It will be on Read-Only mode here. [Click here](https://airbytehq.slack.com/archives/C021JANJ6TY/p1724835447883169) if you want
to access the original thread.
[Join the conversation on Slack](https://slack.airbyte.com)
<sub>
["airbyte", "kubernetes", "helm-chart", "sslmode", "values.yaml"]
</sub>