Skip to content
Snippets Groups Projects
Commit 3eb23039 authored by Dominik Hebeler's avatar Dominik Hebeler
Browse files

ignore job not found

parent 687fa673
No related branches found
No related tags found
No related merge requests found
Pipeline #9344 passed
......@@ -82,7 +82,7 @@ deploy:
before_script:
- kubectl config use-context open-source/metager-keymanager:gitlab-agent
script: |
kubectl -n ${KUBERNETES_NAMESPACE} delete job keymanager-migration-job
kubectl -n ${KUBERNETES_NAMESPACE} delete job --ignore-not-found=true keymanager-migration-job
helm -n ${KUBERNETES_NAMESPACE} upgrade --install ${HELM_RELEASE_NAME} chart/ \
--set application.secretName=${HELM_RELEASE_NAME} \
--set image.repository=${CI_REGISTRY_IMAGE}/${DOCKER_IMAGE_NAME} \
......
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