We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0426b71 commit 7998b6fCopy full SHA for 7998b6f
scripts/bootstrap.sh
@@ -7,12 +7,13 @@ source "$(dirname "$0")/functions.sh"
7
8
LANG=C
9
SLEEP_SECONDS=8
10
+RHDP_NAME=ocp4-workshop-aiml-edge
11
ARGO_NS="openshift-gitops"
12
ARGO_CHANNEL="gitops-1.9"
13
ARGO_DEPLOY_STABLE=(cluster kam openshift-gitops-applicationset-controller openshift-gitops-redis openshift-gitops-repo-server openshift-gitops-server)
14
15
# kludge: rhdp setup
-if [ "${1}" == "ocp4-workshop-aiml-edge" ]; then
16
+if [ "${1}" == "${RHDP_NAME}" ]; then
17
export NON_INTERACTIVE=true
18
export EDGE_WORKSHOP=true
19
bootstrap_dir=bootstrap/overlays/workshop-rhdp
0 commit comments