doc: update helm chart doc

This commit is contained in:
c9s 2021-12-28 01:22:24 +08:00
parent 8bcc9ca655
commit c16f0a3a50

View File

@ -74,6 +74,12 @@ To use the latest version:
helm install --set existingConfigmap=bbgo-$INSTANCE --set image.tag=latest bbgo-$INSTANCE ./charts/bbgo
```
Or, if you have custom values.yaml to override the default values:
```sh
helm install --values deploy/my-bbgo-values.yaml bbgo-$INSTANCE ./charts/bbgo
```
To upgrade:
```sh