From beee1377257aae6dc274a23b6ba804778edcff57 Mon Sep 17 00:00:00 2001 From: Esten Rye Date: Mon, 19 Jul 2021 16:40:14 -0500 Subject: [PATCH] Update documentation to incluce helm repo add. Addresses #1 --- step-certificates/README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/step-certificates/README.md b/step-certificates/README.md index 6cb3179..ff6a1d1 100644 --- a/step-certificates/README.md +++ b/step-certificates/README.md @@ -8,7 +8,8 @@ To learn more, visit . ## TL;DR ```console -helm install step-certificates +helm repo add smallstep https://smallstep.github.io/helm-charts/ +helm install smallstep/step-certificates ``` ## Prerequisites