Updated config map param name in helm example (#2435)

This commit is contained in:
Joon du Randt 2021-09-14 19:38:50 +01:00 committed by GitHub
parent 761f1696f2
commit f13dacef9c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -99,7 +99,7 @@ Now you can deploy the Verdaccio Helm chart and specify which configuration to
use:
```bash
helm install npm --set customConfigMap=verdaccio-config verdaccio/verdaccio
helm install npm --set existingConfigMap=verdaccio-config verdaccio/verdaccio
```
#### NGINX proxy body-size limit {#nginx-proxy-body-size-limit}