From 50cc11e3bf112bc3eebbd0ab3003ab04af69c71c Mon Sep 17 00:00:00 2001 From: Dinesh Patra Date: Thu, 6 Feb 2020 12:35:14 -0600 Subject: [PATCH] udpate helm install instruction for helm v3.0.0 --- runatlantis.io/docs/deployment.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/runatlantis.io/docs/deployment.md b/runatlantis.io/docs/deployment.md index 6dc883e30..eb6dbf8ef 100644 --- a/runatlantis.io/docs/deployment.md +++ b/runatlantis.io/docs/deployment.md @@ -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