Co-authored-by: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com> Co-authored-by: perangel <perangel@gmail.com>
26 lines
732 B
Markdown
26 lines
732 B
Markdown
import Tabs from '@theme/Tabs';
|
|
import TabItem from '@theme/TabItem';
|
|
|
|
# Values.yaml reference
|
|
|
|
This is the complete reference for Airbyte's values.yaml file. Use the one that corresponds to the version of the Helm chart you're implementing.
|
|
<!-- More information: [For Community](chart-v2-community), [For Enterprise](../enterprise-setup/chart-v2-enterprise). -->
|
|
|
|
<Tabs>
|
|
<TabItem value="helm-1" label="Helm chart V1" default>
|
|
|
|
```yaml reference
|
|
https://github.com/airbytehq/airbyte-platform/blob/main/charts/airbyte/values.yaml
|
|
```
|
|
|
|
</TabItem>
|
|
<TabItem value="helm-2" label="Helm chart V2">
|
|
|
|
```yaml reference
|
|
https://github.com/airbytehq/airbyte-platform/blob/main/charts/v2/airbyte/values.yaml
|
|
```
|
|
|
|
</TabItem>
|
|
|
|
</Tabs>
|