Skip to content

Commit

Permalink
Notice on conflicing Helm release name (#68)
Browse files Browse the repository at this point in the history
  • Loading branch information
zzvara authored Jul 1, 2021
1 parent 194a1ad commit 269a87a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,8 @@ In this example we use `npm` as release name:
helm install npm verdaccio/verdaccio
```

> **Note**: Avoid release name `verdaccio`, otherwise, Kubernetes-generated environment variables may get into conflict with Verdaccio's own environment variables in the Pod itself. In case you insist naming the release `verdaccio`, to mitigate the problem, you can use either `nameOverride` or `fullnameOverride` to have a different name for the service.
### Deploy a specific version

```bash
Expand Down

0 comments on commit 269a87a

Please sign in to comment.