Other Helm Charts#
Arbitrary helm charts can be deployed and managed with the qhub-config.yaml file.
As an example, deploying the redis helm chart with qhub might look like the below:
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 file, and allows you to override the default helm
chart settings.