diff --git a/manifests/bin/deploy.sh b/manifests/bin/deploy.sh index 4634df0..fb8a6bc 100755 --- a/manifests/bin/deploy.sh +++ b/manifests/bin/deploy.sh @@ -63,7 +63,7 @@ kapply common/job.yaml \ kubectl rollout restart statefulset app -kubectl wait --for=condition=complete job/createadminuser +kubectl wait --timeout=5m --for=condition=complete job/createadminuser kcreatesec runner \ --from-literal=token="$(kgseckey runner token || kubectl exec app-0 -- gitea actions generate-runner-token)"