Skip to content
Snippets Groups Projects

Use tiller locally for Auto Devops

Merged Thong Kuah requested to merge 51942-auto-devops-local-tiller into master
@@ -228,7 +228,7 @@ review:
- install_dependencies
- download_chart
- ensure_namespace
- install_tiller
- initialize_tiller
- create_secret
- deploy
- persist_environment_url
@@ -254,7 +254,7 @@ stop_review:
GIT_STRATEGY: none
script:
- install_dependencies
- install_tiller
- initialize_tiller
- delete
environment:
name: review/$CI_COMMIT_REF_NAME
@@ -289,7 +289,7 @@ staging:
- install_dependencies
- download_chart
- ensure_namespace
- install_tiller
- initialize_tiller
- create_secret
- deploy
environment:
@@ -313,7 +313,7 @@ canary:
- install_dependencies
- download_chart
- ensure_namespace
- install_tiller
- initialize_tiller
- create_secret
- deploy canary
environment:
@@ -334,7 +334,7 @@ canary:
- install_dependencies
- download_chart
- ensure_namespace
- install_tiller
- initialize_tiller
- create_secret
- deploy
- delete canary
@@ -382,7 +382,7 @@ production_manual:
- install_dependencies
- download_chart
- ensure_namespace
- install_tiller
- initialize_tiller
- create_secret
- deploy rollout $ROLLOUT_PERCENTAGE
- scale stable $((100-ROLLOUT_PERCENTAGE))
@@ -753,7 +753,7 @@ rollout 100%:
echo ""
}
function install_tiller() {
function initialize_tiller() {
echo "Checking Tiller..."
helm local start
Loading