Skip to content

Commit

Permalink
Update check.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
nmnellis authored Jul 25, 2022
1 parent 95d06c9 commit 99acf70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion workshops/gloo-gateway/tracks/02-configure-gloo/check.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ kubectl get Workspace ops-team -n gloo-mesh || fail-message "Could not find the

kubectl get WorkspaceSettings dev-team -n dev-team || fail-message "Could not find the dev-team WorkspaceSettings in the dev-team namespace."

kubectl get WorkspaceSettings ops-team -n dev-team || fail-message "Could not find the ops-team WorkspaceSettings in the ops-team namespace."
kubectl get WorkspaceSettings ops-team -n ops-team || fail-message "Could not find the ops-team WorkspaceSettings in the ops-team namespace."

kubectl get RouteTable ingress -n ops-team || fail-message "Could not find the RouteTable ingress in the ops-team namespace."

Expand Down

0 comments on commit 99acf70

Please sign in to comment.