From 8373b8a192c06b2eba5936c02132b0160a1ba2bc Mon Sep 17 00:00:00 2001 From: Anais Urlichs <33576047+AnaisUrlichs@users.noreply.github.com> Date: Fri, 6 Oct 2023 15:57:14 +0100 Subject: [PATCH] fix: update helm install command (#235) Signed-off-by: Anais Urlichs <33576047+AnaisUrlichs@users.noreply.github.com> --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 37e18472..7ef6f910 100644 --- a/README.md +++ b/README.md @@ -15,6 +15,7 @@ It will allow you to create a custom resource that defines the behaviour and sco ``` helm repo add k8sgpt https://charts.k8sgpt.ai/ +helm repo update helm install release k8sgpt/k8sgpt-operator -n k8sgpt-operator-system --create-namespace ```