Skip to content
Snippets Groups Projects
Unverified Commit 8fe5eb2a authored by Ian Baum's avatar Ian Baum Committed by Rémy Coutable
Browse files

Add omitted indentation fix

parent 3f0064a2
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -48,10 +48,10 @@ function create_secret() {
}
 
function deployExists() {
local namespace="${1}"
local deploy="${2}"
helm status --tiller-namespace "${namespace}" "${deploy}" >/dev/null 2>&1
return $?
local namespace="${1}"
local deploy="${2}"
helm status --tiller-namespace "${namespace}" "${deploy}" >/dev/null 2>&1
return $?
}
 
function previousDeployFailed() {
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment