Skip to content
Snippets Groups Projects
Commit a5501a98 authored by cyril.cros's avatar cyril.cros
Browse files

Use rollout restart

parent 0a52315f
No related branches found
No related tags found
No related merge requests found
Pipeline #58382 failed
......@@ -49,8 +49,9 @@ kustomize_build_apply:
- echo $KUBECONFIG | base64 -d > /tmp/kubeconf
- export KUBECONFIG=/tmp/kubeconf
script:
- envsubst < deployment/jbrowse2-dep.tmpl > deployment/jbrowse2-dep.yaml
- envsubst < deployment/jbrowse2-dep.yaml > deployment/jbrowse2-dep.yaml
- kubectl apply -k deployment
- kubectl -n $NS rollout restart deployment/jbrowse2
- kubectl -n $NS wait --for=condition=available --timeout=60s deploy/jbrowse2
- kubectl -n $NS rollout status deployment/jbrowse2
dependencies:
......
File moved
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment