Soshi Nakachi仲地早司
06/08/2023, 2:40 AMkapa.ai
06/08/2023, 2:40 AMkapa.ai
06/08/2023, 2:41 AMvalues.yaml file in your local folder and populate it with your custom configuration override values. An example of values.yaml can be found in the [charts/airbyte](https://github.com/airbytehq/airbyte-platform/blob/main/charts/airbyte/values.yaml) folder of the Airbyte repository. For example, to customize the Ingress for the airbyte-webapp, you can modify the ingress section in your values.yaml file. Similarly, you can customize the Service Account by modifying the serviceAccount section in the values.yaml file. After specifying your custom configuration, you can deploy Airbyte using the following command: helm install --values path/to/values.yaml %release_name% airbyte/airbyte For more information on deploying Airbyte with Helm, refer to the [official documentation](https://docs.airbyte.com/deploying-airbyte/on-kubernetes-via-helm).