Skip to content

Commit

Permalink
fix: D365_API_PREFIX
Browse files Browse the repository at this point in the history
  • Loading branch information
trev-dev committed Oct 22, 2024
1 parent baa6d3a commit 8988a39
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/deploy-to-openshift-backend-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,8 @@ jobs:
${{ secrets.SOAM_CLIENT_SECRET }} \
${{ secrets.SOAM_CLIENT_SECRET_IDIR }} \
${{ secrets.SPLUNK_TOKEN }} \
${{ secrets.REDIS_PASSWORD }}
${{ secrets.REDIS_PASSWORD }} \
${{ secrets.D365_API_PREFIX }}
# Start rollout (if necessary) and follow it
oc rollout latest dc/${{ env.APP_NAME }}-${{ env.IMAGE_NAME }}-${{ env.APP_ENVIRONMENT }} 2> /dev/null \
Expand Down
1 change: 1 addition & 0 deletions tools/config/update-configmap.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ readonly SOAM_CLIENT_SECRET=$7
readonly SOAM_CLIENT_SECRET_IDIR=$8
readonly SPLUNK_TOKEN=$9
readonly REDIS_PASSWORD=${10}
readonly D365_API_PREFIX=${11}
readonly SOAM_KC_REALM_ID="standard"
readonly D365_API_ENDPOINT="http://$D365_API_PREFIX-$ENV_VAL:5091"
readonly TIMEZONE="America/Vancouver"
Expand Down

0 comments on commit 8988a39

Please sign in to comment.