Madiha Khalid
07/11/2022, 11:58 AMAWS_ACCESS_KEY_ID
and AWS_SECRET_ACCESS_KEY
to the kube/overlays/stavle/.env
it was working fine
But via helm chart, I pass the following param values
logs:
accessKey:
password: #AWS ACCESS KEY ID"
secretKey:
password: #AWS Secret Access KEY"
But it seems it is not working. I am wondering am I passing the wrong parameter to the helm chart? Which one do I have to use to pass the AWS credentials in these parameters https://artifacthub.io/packages/helm/airbyte/airbyte#logs-parameters
Airbyte Chart Version 0.3.5"
Many ThanksFabiano Pena
07/12/2022, 10:14 PMKubectl apply -k kube/overlays/stable
But it doesnt work with helm chart