Skip to content

Commit

Permalink
Teach probe deploy script about integration env.
Browse files Browse the repository at this point in the history
  • Loading branch information
porridge committed Aug 24, 2023
1 parent e0fd40e commit 6a74726
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions deploy/helm/probe/deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,10 @@ case $ENVIRONMENT in
FM_ENDPOINT="https://api.fake.openshift.com"
;;

integration)
FM_ENDPOINT="https://api.integration.openshift.com"
;;

stage)
FM_ENDPOINT="https://api.stage.openshift.com"
;;
Expand Down

0 comments on commit 6a74726

Please sign in to comment.