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.
I am using s3 as storage for logs, and I want to configure credentials for accessing it. I have passed the parameters in the values files as below, but when airbyte server and workers pods are created we are getting this issue:
Error: couldn't find key s3-access-key-id in Secret dev/airbyte-airbyte-secrets
As In these deployments the env vars are configured from template as:
Helm Chart Version
0.634.3
What step the error happened?
Upgrading the Platform or Helm Chart
Relevant information
I am using s3 as storage for logs, and I want to configure credentials for accessing it. I have passed the parameters in the values files as below, but when airbyte server and workers pods are created we are getting this issue:
As In these deployments the env vars are configured from template as:
While in the secret we have key values are following:
So in the deployment yaml of aibryte server and worker, it should be like this:
Please let me know if I am missing anything here? or is it really a bug in the helm that needs to be fixed in its template?
Thanks in advance!
Relevant log output
No response