Skip to content

Commit

Permalink
update helm deploy instructions (#31751)
Browse files Browse the repository at this point in the history
  • Loading branch information
git-phu committed Oct 23, 2023
1 parent f8ae6f3 commit 5f35705
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/deploying-airbyte/on-kubernetes-via-helm.md
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,8 @@ In order to do so, run the command:
helm install %release_name% airbyte/airbyte
```

**Note**: `release_name` should only contain lowercase letters and optionally dashes (`release_name` must start with a letter).

### Custom deployment

In order to customize your deployment, you need to create `values.yaml` file in the local folder and populate it with default configuration override values.
Expand Down

0 comments on commit 5f35705

Please sign in to comment.