diff --git a/.github/workflows/helm_pr_deployment.yml b/.github/workflows/helm_pr_deployment.yml index 145f5b7fab5c..6fc4e341278d 100644 --- a/.github/workflows/helm_pr_deployment.yml +++ b/.github/workflows/helm_pr_deployment.yml @@ -82,7 +82,7 @@ jobs: --set ingress.hosts[0].paths[0].pathType=ImplementationSpecific \ --set ingress.tls[0].secretName=artemis-${{ env.SEM_VERSION }}-tls \ --set ingress.tls[0].hosts[0]=${{ env.SEM_VERSION }}.artemis-k8s.ase.cit.tum.de \ - --set application.registry.jwt= ${{ secrets.REGISTRY_JWT }} \ + --set application.registry.jwt=${{ secrets.REGISTRY_JWT }} \ --set application.versioncontrol.url="https://${{ env.SEM_VERSION }}.artemis-k8s.ase.cit.tum.de" \ --set application.userManagement.internalAdmin.username=admin \ --set application.userManagement.internalAdmin.password=${{ secrets.ADMIN_PW }} \