From 93de379633418b5a5c09b58df86d663bad6cc072 Mon Sep 17 00:00:00 2001 From: jimsnab <59583690+jimsnab@users.noreply.github.com> Date: Tue, 24 Aug 2021 09:58:09 -0400 Subject: [PATCH] Add missing parameter Fixes bug https://github.com/jfelten/helm-charts/issues/6 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 50d2dcc..623f9f6 100644 --- a/README.md +++ b/README.md @@ -4,5 +4,5 @@ This is my personal helm repo used for charts that I am working on. Some may or ```bash helm repo add jfelten https://jfelten.github.io/helm-charts/charts -helm install jfelten/ +helm install busybox jfelten/ ```