Skip to content

Commit

Permalink
update kbash to use pod instead of deployment.
Browse files Browse the repository at this point in the history
  • Loading branch information
peterj committed Aug 6, 2019
1 parent c112e10 commit 274314b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .kubefuncs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
function kbash() {
kubectl get deploy curl > /dev/null 2>&1
kubectl get pod curl > /dev/null 2>&1
status=$?

if [ $status -ne 0 ]; then
Expand Down

0 comments on commit 274314b

Please sign in to comment.