ratibor78
06/08/2023, 4:17 PMkapa.ai
06/08/2023, 4:17 PMkapa.ai
06/08/2023, 4:18 PMvalues.yaml file with the appropriate configuration for S3 logging. Here's an example of the configuration you need to add: yaml logs: accessKey: password: "your_aws_access_key_id" existingSecret: "" existingSecretKey: "" secretKey: password: "your_aws_secret_access_key" existingSecret: "" existingSecretKey: "" storage: type: "S3" s3: enabled: true bucket: "your_s3_bucket_name" bucketRegion: "your_s3_bucket_region" Replace your_aws_access_key_id, your_aws_secret_access_key, your_s3_bucket_name, and your_s3_bucket_region with your actual AWS credentials and S3 bucket information. For more information on configuring Kubernetes logging, you can refer to the [Airbyte documentation](https://docs.airbyte.com/operator-guides/configuring-airbyte#kubernetes-only).