Skip to content

Commit 96a2ece

Browse files
committed
Include dev-config-local-chart-extra-config.yaml while installing the chart locally
1 parent 8cfa5a2 commit 96a2ece

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,7 @@ only rebuild images if their dependent files in their respective directories or
214214
1. Use `helm` to upgrade (or install) your local JupyterHub Helm chart.
215215

216216
```shell
217-
helm upgrade --install jupyterhub ./jupyterhub --cleanup-on-fail --values dev-config.yaml
217+
helm upgrade --install jupyterhub ./jupyterhub --cleanup-on-fail --values dev-config.yaml --values dev-config-local-chart-extra-config.yaml
218218
```
219219

220220
Note that `--cleanup-on-fail` is a very good practice to avoid `<resource name> already exist` errors in future upgrades following a failed upgrade.

0 commit comments

Comments
 (0)