Skip to content

Commit e87e787

Browse files
committed
Pattern action is working
Signed-off-by: sayantan1413 <[email protected]>
1 parent e5fef39 commit e87e787

File tree

3 files changed

+2
-10
lines changed

3 files changed

+2
-10
lines changed

main.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ set -o pipefail
66

77
SCRIPT_DIR=$(dirname -- "$(readlink -f "${BASH_SOURCE[0]}" || realpath "${BASH_SOURCE[0]}")")
88

9+
# Short names
910
declare -A meshName
1011
meshName["open_service_mesh"]=osm
1112
meshName["traefik_mesh"]=traefik-mesh

meshery.sh

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -97,15 +97,6 @@ parse_command_line() {
9797
exit 1
9898
fi
9999
;;
100-
#--service-mesh)
101-
# if [[ -n "${2:-}" ]]; then
102-
# meshery_config "meshery-$2"
103-
# shift
104-
# else
105-
# echo "ERROR: '--service-mesh' cannot be empty." >&2
106-
# exit 1
107-
# fi
108-
# ;;
109100
--service-mesh)
110101
if [[ -n "${2:-}" ]]; then
111102
service_mesh_adapter=meshery-$2

mesheryctl.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ main() {
4343
sleep 30
4444
docker ps
4545
mesheryctl pattern apply --file $url -t ~/auth.json
46-
sleep 3m 30s
46+
sleep 30s
4747
kubectl get all --all-namespaces
4848
}
4949

0 commit comments

Comments
 (0)