mirror of
https://github.com/fleetdm/fleet
synced 2026-05-23 00:49:03 +00:00
Use published Helm chart in deployment docs (#497)
This commit is contained in:
parent
38e8505a88
commit
d3dc7cfc53
1 changed files with 2 additions and 1 deletions
|
|
@ -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
|
||||
```
|
||||
|
|
|
|||
Loading…
Reference in a new issue