scott
09/26/2024, 7:06 PMuser
09/26/2024, 7:06 PMvalues.yaml
file with abctl
in Airbyte. However, you can customize your Airbyte installation using a values.yaml
file. Here's a general example of how to use a values.yaml
file with `abctl`: yaml global: auth: enabled: false
You can apply the values you've defined by running the following command and adjusting the path to the values.yaml
file as needed: bash abctl local install --values ./values.yaml
For more details, please refer to the [Airbyte documentation](https://docs.airbyte.com/using-airbyte/getting-started/oss-quickstart#customizing-your-installation-with-a-values-file). For specific configurations like log max file size and rotation, I recommend checking the official Airbyte documentation or reaching out to the Airbyte community for more guidance.