udpate helm install instruction for helm v3.0.0

This commit is contained in:
Dinesh Patra
2020-02-06 12:35:14 -06:00
committed by GitHub
parent 0edf18987a
commit 50cc11e3bf

View File

@@ -69,6 +69,10 @@ To install:
```sh
helm install -f values.yaml stable/atlantis
```
if you are using helm v3.0.0
```sh
helm install atlantis -f values.yaml stable/atlantis
```
Atlantis should be up and running in minutes! See [Next Steps](#next-steps) for