Skip to content

Commit 97fcbe7

Browse files
tweeks to installation script and docs
rh-pre-commit.version: 2.3.2 rh-pre-commit.check-secrets: ENABLED
1 parent c4da6d1 commit 97fcbe7

3 files changed

Lines changed: 3 additions & 1 deletion

File tree

.rhdh/docs/installing-ci-charts.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ cd /tmp
1414
# Install the chart repo
1515
# Install the chart, then update the clusterRouterBase
1616
curl -sSLO https://raw.githubusercontent.com/redhat-developer/rhdh-chart/refs/heads/main/.rhdh/scripts/install.sh && chmod +x install.sh
17-
./install.sh 1.7-20-CI --namespace rhdh-1-7-20-ci --chartrepo
17+
./install.sh 1.7-20-CI --namespace rhdh-1-7-20-ci
1818
```
1919

2020
That's it!

.rhdh/scripts/install.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,7 @@ elif [[ -z $CLUSTER_ROUTER_BASE ]]; then
6868
echo "Rerun command installation script with --router <cluster router base>"
6969
echo
7070
usage
71+
exit 1
7172
fi
7273

7374
# 2. install helm with correct values

charts/backstage/Chart.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ icon: data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgi
3232
keywords:
3333
- backstage
3434
- idp
35+
- janus-idp
3536
- developer-hub
3637
- redhat-developer-hub
3738
- redhat

0 commit comments

Comments
 (0)