mirror of
https://github.com/verdaccio/verdaccio.git
synced 2024-12-16 21:56:25 -05:00
Updated config map param name in helm example (#2435)
This commit is contained in:
parent
761f1696f2
commit
f13dacef9c
1 changed files with 1 additions and 1 deletions
|
@ -99,7 +99,7 @@ Now you can deploy the Verdaccio Helm chart and specify which configuration to
|
||||||
use:
|
use:
|
||||||
|
|
||||||
```bash
|
```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}
|
#### NGINX proxy body-size limit {#nginx-proxy-body-size-limit}
|
||||||
|
|
Loading…
Reference in a new issue