From 5025025fdcc1f3b1eb604a14676fc9758e548eaf Mon Sep 17 00:00:00 2001 From: kfox1111 Date: Wed, 18 Oct 2023 14:28:00 -0700 Subject: [PATCH] Fix doc missing end tag (#46) Signed-off-by: Kevin Fox Co-authored-by: Faisal Memon --- charts/spire/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/charts/spire/README.md b/charts/spire/README.md index aa89c4b..9dd5f3e 100644 --- a/charts/spire/README.md +++ b/charts/spire/README.md @@ -91,6 +91,7 @@ To do a quick non production install: kubectl create namespace spire-system helm install -n spire-system spire-crds charts/spire-crds helm install -n spire-system spire charts/spire +``` For production installs, please see [the production example](examples/production/).