Use published Helm chart in deployment docs (#497)

This commit is contained in:
James Alseth
2021-03-19 14:01:50 -07:00
committed by GitHub
parent 38e8505a88
commit d3dc7cfc53
+2 -1
View File
@@ -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 <your_namespace> \
--repo https://fleetdm.github.io/fleet/charts \
--values values.yaml
```