Skip to content

Commit 57fa8d2

Browse files
committed
remove OKE auto-provision
1 parent 4a97806 commit 57fa8d2

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

grabdish/deploy.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# Licensed under the Universal Permissive License v 1.0 as shown at https://oss.oracle.com/licenses/upl.
44

55
#MS="frontend-helidon order-helidon supplier-helidon-se inventory-helidon inventory-springboot"
6-
MS="frontend-helidon order-helidon supplier-helidon-se inventory-helidon foodwinepairing-python"
6+
MS="frontend-helidon order-helidon supplier-helidon-se inventory-helidon"
77
for s in $MS; do
88
echo ________________________________________
99
echo "Deploying $s..."

workshops/dcms-oci/config/threads/k8s/apply.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,5 +24,6 @@ while ! test -z "$DEPENDENCIES"; do
2424
DEPENDENCIES="$WAITING_FOR"
2525
sleep 1
2626
done
27+
state_set VCN_OCID "NA"
2728
echo "" > $OUTPUT_FILE
2829
state_set_done K8S_THREAD

0 commit comments

Comments
 (0)