Skip to content

Commit 4148317

Browse files
authored
Merge pull request #91 from alphaX86/design-cmd
Rename pattern to design cmd in scripts
2 parents 47cbc09 + ffd1200 commit 4148317

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/scripts/istio_deploy.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ curl -fsL http://raw.githubusercontent.com/service-mesh-patterns/service-mesh-pa
3131
yq e -i '.services.istioinstallation.settings.profile = "default"' minimalistiobookinfo.yaml
3232

3333
cat 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
3636
sleep 300
3737

.github/workflows/scripts/linkerd_deploy.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ echo | mesheryctl mesh deploy adapter meshery-linkerd:10001 --token "./.github/w
2828
sleep 200
2929
echo "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
3434
sleep 100

.github/workflows/scripts/osm_deploy.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ echo | mesheryctl mesh deploy adapter meshery-osm:10009 --token "./.github/workf
2828
sleep 200
2929
echo "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
3434
sleep 100

0 commit comments

Comments
 (0)