From 661cc67af4e7b4d0b51e6a48fcd7f77f85cb97be Mon Sep 17 00:00:00 2001 From: Luke Kysow <1034429+lkysow@users.noreply.github.com> Date: Fri, 7 Feb 2020 11:15:45 -0700 Subject: [PATCH] Update deployment.md --- runatlantis.io/docs/deployment.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/runatlantis.io/docs/deployment.md b/runatlantis.io/docs/deployment.md index eb6dbf8ef..105c771b3 100644 --- a/runatlantis.io/docs/deployment.md +++ b/runatlantis.io/docs/deployment.md @@ -67,11 +67,12 @@ To install: for documentation) 1. Run ```sh - helm install -f values.yaml stable/atlantis + helm install atlantis stable/atlantis -f values.yaml ``` - if you are using helm v3.0.0 + + If you are using helm v2, run: ```sh - helm install atlantis -f values.yaml stable/atlantis + helm install -f values.yaml stable/atlantis ```