Skip to content

Commit

Permalink
Add wait flag to rollout command
Browse files Browse the repository at this point in the history
  • Loading branch information
jtrouth committed Feb 16, 2021
1 parent 51c1218 commit ae8e940
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,6 @@
"rollout",
"status",
"deployment",
"-w",
"$(GCLOUD_SQLPROXY_DEPLOYMENT_NAME)"
]
1 change: 1 addition & 0 deletions kubernetes/lookit/base/patches_/wait-init-rabbitmq.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,6 @@
"rollout",
"status",
"statefulset",
"-w",
"$(RABBITMQ_STATEFULSET_NAME)"
]

0 comments on commit ae8e940

Please sign in to comment.