Skip to content

Commit 7998b6f

Browse files
committed
update: script
1 parent 0426b71 commit 7998b6f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

scripts/bootstrap.sh

+2-1
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,13 @@ source "$(dirname "$0")/functions.sh"
77

88
LANG=C
99
SLEEP_SECONDS=8
10+
RHDP_NAME=ocp4-workshop-aiml-edge
1011
ARGO_NS="openshift-gitops"
1112
ARGO_CHANNEL="gitops-1.9"
1213
ARGO_DEPLOY_STABLE=(cluster kam openshift-gitops-applicationset-controller openshift-gitops-redis openshift-gitops-repo-server openshift-gitops-server)
1314

1415
# kludge: rhdp setup
15-
if [ "${1}" == "ocp4-workshop-aiml-edge" ]; then
16+
if [ "${1}" == "${RHDP_NAME}" ]; then
1617
export NON_INTERACTIVE=true
1718
export EDGE_WORKSHOP=true
1819
bootstrap_dir=bootstrap/overlays/workshop-rhdp

0 commit comments

Comments
 (0)