From 269a87af7d48c33df33e4f91c2629b5c09e68c2a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Zolt=C3=A1n=20Zvara?= Date: Thu, 1 Jul 2021 18:21:34 +0200 Subject: [PATCH] Notice on conflicing Helm release name (#68) --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index e4ff456..acdf017 100644 --- a/README.md +++ b/README.md @@ -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