Change HELM_HOST in Auto-DevOps to work behind proxy

This commit is contained in:
Sergej 2018-10-25 07:38:36 +00:00 committed by Sergej Nikolaev
parent b0808af2d8
commit 2d75626aad
2 changed files with 6 additions and 1 deletions

View File

@ -0,0 +1,5 @@
---
title: Change HELM_HOST in Auto-DevOps template to work behind proxy
merge_request: 22596
author: Sergej Nikolaev <kinolaev@gmail.com>
type: fixed

View File

@ -823,7 +823,7 @@ rollout 100%:
function initialize_tiller() {
echo "Checking Tiller..."
export HELM_HOST=":44134"
export HELM_HOST="localhost:44134"
tiller -listen ${HELM_HOST} -alsologtostderr > /dev/null 2>&1 &
echo "Tiller is listening on ${HELM_HOST}"