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

cleaning up migration job before deploy

parent cbeba02e
No related branches found
No related tags found
No related merge requests found
Pipeline #7386 failed
......@@ -105,6 +105,7 @@ deploy:
before_script:
- kubectl config use-context open-source/metager-keymanager:gitlab-agent
script: |
kubectl -n ${KUBERNETES_NAMESPACE delete 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