1
0
mirror of synced 2025-12-20 10:32:35 -05:00
Files
airbyte/docs/platform/deploying-airbyte/values.md
Ian Alton 345f2b99b2 [DOCS] Helm chart 2.0 docs (#61577)
Co-authored-by: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com>
Co-authored-by: perangel <perangel@gmail.com>
2025-07-16 21:59:34 -07:00

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>