We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8cfa5a2 commit 96a2eceCopy full SHA for 96a2ece
CONTRIBUTING.md
@@ -214,7 +214,7 @@ only rebuild images if their dependent files in their respective directories or
214
1. Use `helm` to upgrade (or install) your local JupyterHub Helm chart.
215
216
```shell
217
- helm upgrade --install jupyterhub ./jupyterhub --cleanup-on-fail --values dev-config.yaml
+ helm upgrade --install jupyterhub ./jupyterhub --cleanup-on-fail --values dev-config.yaml --values dev-config-local-chart-extra-config.yaml
218
```
219
220
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