Loading .gitlab-ci.yml +3 −2 Original line number Diff line number Diff line Loading @@ -116,7 +116,8 @@ test-initialize-tiller: - download_k3s - start_k3s - auto-deploy initialize_tiller - helm ls - ps aufx - helm ls --host "localhost:44134" # disabled, doesn't look like k3s supports docker-registry secret .test-create-secret: Loading Loading @@ -180,7 +181,7 @@ test-persist-environment-url: - auto-deploy initialize_tiller - auto-deploy download_chart - auto-deploy deploy - helm ls - helm ls --host "localhost:44134" test-create-application-secret: <<: *test-job Loading src/bin/auto-deploy +1 −1 Original line number Diff line number Diff line Loading @@ -51,7 +51,7 @@ function initialize_tiller() { echo "Checking Tiller..." export HELM_HOST="localhost:44134" tiller -listen ${HELM_HOST} -alsologtostderr > /dev/null 2>&1 & nohup tiller -listen ${HELM_HOST} -alsologtostderr > /dev/null 2>&1 & echo "Tiller is listening on ${HELM_HOST}" if ! helm version --debug; then Loading Loading
.gitlab-ci.yml +3 −2 Original line number Diff line number Diff line Loading @@ -116,7 +116,8 @@ test-initialize-tiller: - download_k3s - start_k3s - auto-deploy initialize_tiller - helm ls - ps aufx - helm ls --host "localhost:44134" # disabled, doesn't look like k3s supports docker-registry secret .test-create-secret: Loading Loading @@ -180,7 +181,7 @@ test-persist-environment-url: - auto-deploy initialize_tiller - auto-deploy download_chart - auto-deploy deploy - helm ls - helm ls --host "localhost:44134" test-create-application-secret: <<: *test-job Loading
src/bin/auto-deploy +1 −1 Original line number Diff line number Diff line Loading @@ -51,7 +51,7 @@ function initialize_tiller() { echo "Checking Tiller..." export HELM_HOST="localhost:44134" tiller -listen ${HELM_HOST} -alsologtostderr > /dev/null 2>&1 & nohup tiller -listen ${HELM_HOST} -alsologtostderr > /dev/null 2>&1 & echo "Tiller is listening on ${HELM_HOST}" if ! helm version --debug; then Loading