From 2fceddf00ec09d868b3d47a39891c09268ccce96 Mon Sep 17 00:00:00 2001 From: Yuiko Mouri Date: Tue, 30 Aug 2022 09:29:59 +0900 Subject: [PATCH] fix helm command in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5a533d27..b9b299aa 100644 --- a/README.md +++ b/README.md @@ -173,7 +173,7 @@ The easiest way to install node-problem-detector into your cluster is to use the ``` helm repo add deliveryhero https://charts.deliveryhero.io/ -helm install deliveryhero/node-problem-detector +helm install --generate-name deliveryhero/node-problem-detector ``` Alternatively, to install node-problem-detector manually: