File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
.github/workflows/scripts Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ curl -fsL http://raw.githubusercontent.com/service-mesh-patterns/service-mesh-pa
3131yq e -i ' .services.istioinstallation.settings.profile = "default"' minimalistiobookinfo.yaml
3232
3333cat minimalistiobookinfo.yaml
34- mesheryctl pattern apply -f " ./minimalistiobookinfo.yaml" --token " ./.github/workflows/auth.json"
34+ mesheryctl design apply -f " ./minimalistiobookinfo.yaml" --token " ./.github/workflows/auth.json"
3535# Wait for the application to be ready
3636sleep 300
3737
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ echo | mesheryctl mesh deploy adapter meshery-linkerd:10001 --token "./.github/w
2828sleep 200
2929echo " Onboarding application... Standby for few minutes..."
3030# mesheryctl app onboard -f "./emojivoto.yml" -s "Kubernetes Manifest" --token "./.github/workflows/auth.json"
31- mesheryctl app onboard -f " ./emojivoto.yml" --token " ./.github/workflows/auth.json"
31+ mesheryctl design onboard -f " ./emojivoto.yml" --token " ./.github/workflows/auth.json"
3232
3333# Wait for the application to be ready
3434sleep 100
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ echo | mesheryctl mesh deploy adapter meshery-osm:10009 --token "./.github/workf
2828sleep 200
2929echo " Onboarding application... Standby for few minutes..."
3030# mesheryctl app onboard -f "./bookstore.yaml" -s "Kubernetes Manifest" --token "./.github/workflows/auth.json"
31- mesheryctl pattern apply -f " https://raw.githubusercontent.com/openservicemesh/osm-docs/main/manifests/apps/bookstore.yaml" --token " ./.github/workflows/auth.json"
31+ mesheryctl design apply -f " https://raw.githubusercontent.com/openservicemesh/osm-docs/main/manifests/apps/bookstore.yaml" --token " ./.github/workflows/auth.json"
3232
3333# Wait for the application to be ready
3434sleep 100
You can’t perform that action at this time.
0 commit comments