Skip to content

Commit

Permalink
Update stash labels in Makefile
Browse files Browse the repository at this point in the history
Signed-off-by: Tamal Saha <tamal@appscode.com>
  • Loading branch information
tamalsaha committed Apr 27, 2020
1 parent c8081c1 commit 53dfe8b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -369,8 +369,8 @@ install:
--set operator.tag=$(TAG) \
--set imagePullPolicy=Always \
$(IMAGE_PULL_SECRETS); \
kubectl wait --for=condition=Ready pods -n kube-system -l app=stash --timeout=5m; \
kubectl wait --for=condition=Available apiservice -l app=stash --timeout=5m
kubectl wait --for=condition=Ready pods -n kube-system -l 'app.kubernetes.io/name=stash,app.kubernetes.io/instance=stash' --timeout=5m; \
kubectl wait --for=condition=Available apiservice -l 'app.kubernetes.io/name=stash,app.kubernetes.io/instance=stash' --timeout=5m

.PHONY: uninstall
uninstall:
Expand Down

0 comments on commit 53dfe8b

Please sign in to comment.