Hi Team, Can someone please guide I am deploying a...
# kubernetes
m
Hi Team, Can someone please guide I am deploying airbyte via helm chart. I want my Logs to write on S3 bucket, which parameter I should pass for AWS Credentials? Previously i did Kubernetes deployment, i can pass
AWS_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
Copy code
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 Thanks
f
I am facing the same issue! It works when I make de deployment using docker-compose or kustomize through:
Copy code
Kubectl apply -k kube/overlays/stable
But it doesnt work with helm chart