mirror of
https://github.com/c9s/bbgo.git
synced 2024-11-10 09:11:55 +00:00
doc: update helm chart doc
This commit is contained in:
parent
8bcc9ca655
commit
c16f0a3a50
|
@ -74,6 +74,12 @@ To use the latest version:
|
||||||
helm install --set existingConfigmap=bbgo-$INSTANCE --set image.tag=latest bbgo-$INSTANCE ./charts/bbgo
|
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:
|
To upgrade:
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
|
|
Loading…
Reference in New Issue
Block a user