Change HELM_HOST in Auto-DevOps to work behind proxy
This commit is contained in:
parent
b0808af2d8
commit
2d75626aad
2 changed files with 6 additions and 1 deletions
5
changelogs/unreleased/kinolaev-master-patch-91872.yml
Normal file
5
changelogs/unreleased/kinolaev-master-patch-91872.yml
Normal 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
|
|
@ -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}"
|
||||
|
||||
|
|
Loading…
Reference in a new issue