From cfbe578d4fabcc030c6f5bc68782f804806d9559 Mon Sep 17 00:00:00 2001 From: Torounia Date: Fri, 3 Feb 2023 15:52:44 +0200 Subject: [PATCH] helm intro set value to juice-shop chart --- slides/k8s/helm-intro.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/slides/k8s/helm-intro.md b/slides/k8s/helm-intro.md index e6a1f82a..41a1578b 100644 --- a/slides/k8s/helm-intro.md +++ b/slides/k8s/helm-intro.md @@ -504,7 +504,7 @@ The `readme` may or may not have (accurate) explanations for the values. - Update `my-juice-shop`: ```bash - helm upgrade my-juice-shop juice/my-juice-shop \ + helm upgrade my-juice-shop juice/juice-shop \ --set service.type=NodePort ```