-
Notifications
You must be signed in to change notification settings - Fork 93
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Adam-D-Lewis
committed
Oct 27, 2021
1 parent
b04ecf0
commit 1818068
Showing
2 changed files
with
23 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
# Other Helm Charts | ||
|
||
Arbitrary helm charts can be deployed and managed with the qhub-config.yaml file. | ||
|
||
Prefect is a workflow automation system. QHub integrates Prefect with a | ||
feature flag as follows (in the top level): | ||
|
||
As an example, deployinging the redis helm chart with qhub might look like the below: | ||
|
||
```yaml | ||
helm_extensions: | ||
- name: my-redis-deployment | ||
repository: https://charts.bitnami.com/bitnami | ||
chart: redis | ||
version: 15.5.1 | ||
overrides: | ||
diagnosticMode: | ||
enabled: true | ||
``` | ||
The `overrides` section is optional, but corresponds to the helm chart's [values.yaml](https://helm.sh/docs/chart_template_guide/values_files/) file, and allows you to override the default helm chart settings. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,5 +13,6 @@ system_maintenance.md | |
monitoring.md | ||
clearml.md | ||
prefect.md | ||
custom-helm-charts.md | ||
faq.md | ||
``` |