Skip to content

Commit

Permalink
fix: introduce CRDA_URL template param
Browse files Browse the repository at this point in the history
  • Loading branch information
Ulf Lilleengen committed Oct 5, 2023
1 parent cd38c99 commit d51c52a
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 4 deletions.
5 changes: 4 additions & 1 deletion deploy/openshift/parameters.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -77,4 +77,7 @@ parameters:
required: true
- name: LOG_LEVEL
required: false
default: "info"
value: "info"
- name: CRDA_URL
required: false
value: https://rhda.rhcloud.com/
7 changes: 5 additions & 2 deletions deploy/openshift/template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1298,7 +1298,7 @@ objects:
- --v11y-url
- https://v11y-api.$(NAMESPACE).svc
- --crda-url
- http://alpha-exhort.apps.sssc-cl01.appeng.rhecoeng.com/
- ${CRDA_URL}
- --auth-configuration
- /etc/config/auth.yaml
env:
Expand Down Expand Up @@ -1821,4 +1821,7 @@ parameters:
required: true
- name: LOG_LEVEL
required: false
default: "info"
value: "info"
- name: CRDA_URL
required: false
value: https://rhda.rhcloud.com/
2 changes: 1 addition & 1 deletion deploy/openshift/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ config:
name: ${CONFIG_NAME}
spog:
branding: true
crdaUrl: http://alpha-exhort.apps.sssc-cl01.appeng.rhecoeng.com/
crdaUrl: ${CRDA_URL}
ui:
resources: ${{SPOG_UI_RESOURCES}}
api:
Expand Down

0 comments on commit d51c52a

Please sign in to comment.