Merge branch '55323-review-apps-use-2-replicas-for-the-tiller-deploy-deployment' into 'master'
[Review Apps] Use 2 replicas for the `tiller-deploy` Deployment Closes #55323 See merge request gitlab-org/gitlab-ce!23806
This commit is contained in:
commit
2064565abc
1 changed files with 3 additions and 1 deletions
|
@ -31,7 +31,9 @@ function ensure_namespace() {
|
|||
|
||||
function install_tiller() {
|
||||
echo "Checking Tiller..."
|
||||
helm init --upgrade
|
||||
helm init \
|
||||
--upgrade \
|
||||
--replicas 2
|
||||
kubectl rollout status -n "$TILLER_NAMESPACE" -w "deployment/tiller-deploy"
|
||||
if ! helm version --debug; then
|
||||
echo "Failed to init Tiller."
|
||||
|
|
Loading…
Reference in a new issue