Error installing Airbyte on EKS with S3 external storage/logging

Summary

Error encountered while installing Airbyte on EKS with S3 external storage/logging. Issue related to a secretKeyRef name in the deployment configuration.


Question

Im trying to install airbyte (Helm chart 0.634.3) on EKS with S3 external storage/logging following the installation guide (https://docs.airbyte.com/deploying-airbyte/integrations/storage) but im getting the following error, any ideas on how to fix this?
Deployment.apps "airbyte-worker" is invalid: [spec.template.spec.containers[0].env[42].valueFrom.secretKeyRef.name: Invalid value: "":



This topic has been created from a Slack thread to give it more visibility.
It will be on Read-Only mode here. Click here if you want
to access the original thread.

Join the conversation on Slack

["install", "airbyte", "eks", "s3-external-storage", "logging", "error", "fix"]

Does helm ls show anything?
If so, what do you get for helm get all airbyte?

Maybe it will be possible to find a problematic place. This error looks like some collision between environment variables while combining default values.yaml with custom ones.