From 4281114b4931be66467c241599a5ad308b0fc9dd Mon Sep 17 00:00:00 2001 From: kfox1111 Date: Tue, 28 Nov 2023 12:57:11 -0800 Subject: [PATCH] Fix missing release name from install documentation (#118) Signed-off-by: Kevin Fox --- charts/spire/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/spire/README.md b/charts/spire/README.md index dba1641..496545e 100644 --- a/charts/spire/README.md +++ b/charts/spire/README.md @@ -12,8 +12,8 @@ A Helm chart for deploying the complete Spire stack including: spire-server, spi To do a quick non production install suitable for quick testing in something like minikube: ```shell -helm install -n spire-server spire-crds --repo https://spiffe.github.io/helm-charts-hardened/ --create-namespace -helm install -n spire-server spire --repo https://spiffe.github.io/helm-charts-hardened/ +helm install -n spire-server spire-crds spire-crds --repo https://spiffe.github.io/helm-charts-hardened/ --create-namespace +helm install -n spire-server spire spire --repo https://spiffe.github.io/helm-charts-hardened/ ``` To customize, start with a base values file and edit as needed: