Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
2d75626a
Commit
2d75626a
authored
Oct 25, 2018
by
Sergej
Committed by
Sergej Nikolaev
Nov 01, 2018
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Change HELM_HOST in Auto-DevOps to work behind proxy
parent
b0808af2
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
1 deletion
+6
-1
changelogs/unreleased/kinolaev-master-patch-91872.yml
changelogs/unreleased/kinolaev-master-patch-91872.yml
+5
-0
lib/gitlab/ci/templates/Auto-DevOps.gitlab-ci.yml
lib/gitlab/ci/templates/Auto-DevOps.gitlab-ci.yml
+1
-1
No files found.
changelogs/unreleased/kinolaev-master-patch-91872.yml
0 → 100644
View file @
2d75626a
---
title
:
Change HELM_HOST in Auto-DevOps template to work behind proxy
merge_request
:
22596
author
:
Sergej Nikolaev <kinolaev@gmail.com>
type
:
fixed
lib/gitlab/ci/templates/Auto-DevOps.gitlab-ci.yml
View file @
2d75626a
...
...
@@ -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}"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment