Skip to content

Commit

Permalink
Update jasper config to use public URL
Browse files Browse the repository at this point in the history
  • Loading branch information
vivid-cpreston authored Jul 22, 2024
1 parent 8a988bf commit 24ef0da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/openshift-jasper-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:


#Jasper variables
JASPER_URL: http://cirras-underwriting-jasper-service-${{ inputs.ENVIRONMENT_NAME }}.${{ inputs.NAMESPACE }}.svc.cluster.local:8080/jasperserver/
JASPER_URL: cirras-underwriting-jasper-${{ inputs.ENVIRONMENT_NAME }}-${{ inputs.NAMESPACE }}.apps.silver.devops.gov.bc.ca
JASPER_USERNAME: ${{ vars.JASPER_USERNAME }}
JASPER_PASSWORD: ${{ secrets.JASPER_PASSWORD }}
ALLOW_EMPTY_PASSWORD: true
Expand Down

0 comments on commit 24ef0da

Please sign in to comment.