Skip to content

Commit

Permalink
Fix whitespace in jwt
Browse files Browse the repository at this point in the history
Signed-off-by: Colin Wilk <[email protected]>
  • Loading branch information
kliwniloc committed Sep 5, 2024
1 parent fca26f9 commit 9d6cd61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/helm_pr_deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }} \
Expand Down

0 comments on commit 9d6cd61

Please sign in to comment.