From d3dc7cfc539ccbd869e48a66e8e637fbed9f33ff Mon Sep 17 00:00:00 2001 From: James Alseth Date: Fri, 19 Mar 2021 14:01:50 -0700 Subject: [PATCH] Use published Helm chart in deployment docs (#497) --- charts/fleet/README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/charts/fleet/README.md b/charts/fleet/README.md index e391399169..cbceff835f 100644 --- a/charts/fleet/README.md +++ b/charts/fleet/README.md @@ -58,7 +58,8 @@ To configure how Fleet runs, such as specifying the number of Fleet instances to Once the secrets have been created and you have updated the values to match your required configuration, you can deploy with the following command. ```sh -helm upgrade --install fleet . \ +helm upgrade --install fleet fleet \ --namespace \ + --repo https://fleetdm.github.io/fleet/charts \ --values values.yaml ```