Disabling Minio in Airbyte Helm Chart on EKS Cluster

Summary

User is trying to deploy Airbyte to an EKS cluster using the Helm chart and wants to disable the default Minio creation due to having Datadog agent collecting logs. The newest version of the chart does not support the flag to disable Minio, but it worked on version 0.63.18 with the global log disable flag. User is seeking suggestions.


Question

Hi!
I’ve tried to ask an ai bot first, but not sure how correct is the answer.
I’m trying to deploy Airbyte to our EKS cluster with the helm chart.
I want to disable minio that gets created by default. Since I have Datadog agent running in the cluster there is no need to collect logs at all. But looks like newest version of the chart doesn’t support the flag to disable minio.
It used to work on 0.63.18 helm chart version with the global log disable flag.
Just wanted to see if you have any suggestions
Thanks!



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

["disable-minio", "airbyte", "eks-cluster", "helm-chart", "datadog-agent", "log-collection"]

Under the new config, minio will be automatically disabled if you choose different log storage (e.g. S3)

Hey Justin! Thanks for the reply.
But in this case I’ll have to configure the bucket, etc, right?
I just wanted to find a way to disable it