Skip to content

Commit

Permalink
Ss 109 configmap (#400)
Browse files Browse the repository at this point in the history
* test imagetsream

* test

* test

* update

* test

* update confogmap issue fix
  • Loading branch information
sakthi-aot authored Jul 12, 2023
1 parent 04ebf9c commit 977c9ac
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions .github/openshift/deploy.frontend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,18 +61,18 @@ objects:
// runtime-config.js vars
window["_env_"] = {
"REACT_APP_NODE_ENV": "production",
"REACT_APP_AUTH_AUTHORITY": "https://epd-keycloak-dev.apps.silver.devops.gov.bc.ca/auth/realms/forms-flow-ai/",
"REACT_APP_AUTH_AUTHORITY": "https://epd-keycloak-${ENV}.apps.silver.devops.gov.bc.ca/auth/realms/forms-flow-ai/",
"REACT_APP_AUTH_CLIENT_ID": "${REACT_APP_AUTH_CLIENT_ID}",
"REACT_APP_AUTH_REDIRECT_URI": "https://epd-frontend-dev.apps.silver.devops.gov.bc.ca/dashboard",
"REACT_APP_AUTH_LOGOUT_REDIRECT_URI": "https://logontest7.gov.bc.ca/clp-cgi/logoff.cgi?retnow=1&returl=https://epd-keycloak-dev.apps.silver.devops.gov.bc.ca/auth/realms/forms-flow-ai/protocol/openid-connect/logout?post_logout_redirect_uri=https://epd-frontend-dev.apps.silver.devops.gov.bc.ca",
"REACT_APP_AUTH_REDIRECT_URI": "https://epd-frontend-${ENV}.apps.silver.devops.gov.bc.ca/dashboard",
"REACT_APP_AUTH_LOGOUT_REDIRECT_URI": "https://logontest7.gov.bc.ca/clp-cgi/logoff.cgi?retnow=1&returl=https://epd-keycloak-${ENV}.apps.silver.devops.gov.bc.ca/auth/realms/forms-flow-ai/protocol/openid-connect/logout?post_logout_redirect_uri=https://epd-frontend-${ENV}.apps.silver.devops.gov.bc.ca",
"REACT_APP_AUTH_RESPONSE_TYPE": "code",
"REACT_APP_AUTH_SCOPE": "openid profile",
"REACT_APP_BACKEND_API": "https://epd-backend-gateway-dev.apps.silver.devops.gov.bc.ca",
"REACT_APP_BACKEND_API": "https://epd-backend-gateway-${ENV}.apps.silver.devops.gov.bc.ca",
"REACT_APP_AUTH_FILTER_PROTOCOL_CLAIMS": "true",
"REACT_APP_AUTH_LOAD_USER_INFO": "true",
"REACT_APP_AUTH_REVOKE_TOKENS_ON_SIGNOUT": "true",
"REACT_APP_FORMSFLOW_WEB_URL": "https://forms-flow-web-e38158-dev.apps.silver.devops.gov.bc.ca/",
"REACT_APP_CUSTOM_MAP_URL": "https://epd-frontend-dev.apps.silver.devops.gov.bc.ca/map"
"REACT_APP_FORMSFLOW_WEB_URL": "https://forms-flow-web-e38158-${ENV}.apps.silver.devops.gov.bc.ca/",
"REACT_APP_CUSTOM_MAP_URL": "https://epd-frontend-${ENV}.apps.silver.devops.gov.bc.ca/map"
}
- apiVersion: v1
kind: ImageStream
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci-cd-openshift-dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
push:
branches:
- 'dev'

paths:
- 'backend/**'
- 'frontend/**'
Expand Down

0 comments on commit 977c9ac

Please sign in to comment.