Hi, I'm installing Airbyte on Kubernetes (<https:/...
# replication-ask-ai
s
Hi, I'm installing Airbyte on Kubernetes (https://docs.airbyte.com/deploying-airbyte/on-kubernetes-via-helm) with custom config. I have a custom
values.yaml
file - for external postgres - that is not being picked up and `airbyte-db-svc`is being craeted+used instead. The ConfigMaps for airbyte has all the default values and non of my custom values are being picked up. (tried both
helm install --values ...
and
helm install -f ...
) Any ideas?
k
A message from kapa.ai
🙏 1
New message text here
s
Is the subdirectory structure relevant here? I have my values.yaml file in the root directory.