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

ignore not found

parent 3eb23039
No related branches found
No related tags found
No related merge requests found
Pipeline #9345 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 --ignore-not-found=true keymanager-migration-job
kubectl -n ${KUBERNETES_NAMESPACE} delete --ignore-not-found job 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