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

fixed typo

parent 7f0c7d02
No related branches found
No related tags found
No related merge requests found
Pipeline #7385 failed
......@@ -108,7 +108,7 @@ deploy:
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} \
--set image.tag=${DOCKER_TAG_NAME}
--set image.tag=${DOCKER_TAG_NAME} \
--set namespace=${KUBERNETES_NAMESPACE}
only:
- main
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment