roles/gitlab/files/setup.sh: set --timeout 100

This commit is contained in:
Haitao Pan 2023-05-11 20:54:01 +08:00
parent e34cdbdeeb
commit 5ac8bb2e4a

View File

@ -113,4 +113,4 @@ export KUBECONFIG=/etc/rancher/k3s/k3s.yaml
helm repo add gitlab https://charts.gitlab.io/
helm repo up
kubectl create namespace gitlab || true
helm upgrade --install gitlab gitlab/gitlab --version=6.6.1 --namespace gitlab -f gitlab-values.yaml
helm upgrade --install gitlab gitlab/gitlab --version=6.6.1 --namespace gitlab -f gitlab-values.yaml --timeout 100 --debug