Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Slight renaming for consistency.
  • Loading branch information
cdavisafc committed Feb 18, 2019
1 parent 2033994 commit bc28ee3
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions cloudnative-requestresilience/deleteDeploymentComplete.sh
@@ -1,9 +1,8 @@
#!/bin/bash


kubectl delete deploy/posts
kubectl delete deploy/connections
kubectl delete deploy/connection-posts
kubectl delete deploy/connectionsposts

if [ "$1" = "all" ]; then
kubectl delete deploy/mysql
Expand Down

0 comments on commit bc28ee3

Please sign in to comment.