Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .github/workflows/deploy-test-studio-crc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -177,6 +177,7 @@ jobs:
export NON_INTERACTIVE=true
export DEPLOYMENT_ENV="crc"
export OC_PROJECT="geostudio-test"
export STORAGE_MODE="cloud-object-storage"

# Get cluster URL from CRC
export CLUSTER_URL=$(oc get IngressController default -n openshift-ingress-operator -o jsonpath='{.status.domain}')
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/deploy-test-studio-kind.yml
Original file line number Diff line number Diff line change
Expand Up @@ -165,6 +165,7 @@ jobs:
# Set non-interactive mode and required variables
export NON_INTERACTIVE=true
export cluster_node_name="$WORKER_NODE"
export STORAGE_MODE="cloud-object-storage"
export in_cluster_storage_class_type="Default"
export NON_COS_STORAGE_CLASS="standard"
export OC_PROJECT=default
Expand Down
Loading
Loading