Skip to content

Commit

Permalink
update: script
Browse files Browse the repository at this point in the history
  • Loading branch information
codekow committed Jun 12, 2024
1 parent 0426b71 commit 7998b6f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion scripts/bootstrap.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,13 @@ source "$(dirname "$0")/functions.sh"

LANG=C
SLEEP_SECONDS=8
RHDP_NAME=ocp4-workshop-aiml-edge
ARGO_NS="openshift-gitops"
ARGO_CHANNEL="gitops-1.9"
ARGO_DEPLOY_STABLE=(cluster kam openshift-gitops-applicationset-controller openshift-gitops-redis openshift-gitops-repo-server openshift-gitops-server)

# kludge: rhdp setup
if [ "${1}" == "ocp4-workshop-aiml-edge" ]; then
if [ "${1}" == "${RHDP_NAME}" ]; then
export NON_INTERACTIVE=true
export EDGE_WORKSHOP=true
bootstrap_dir=bootstrap/overlays/workshop-rhdp
Expand Down

0 comments on commit 7998b6f

Please sign in to comment.