Created
May 28, 2018 13:56
-
-
Save nikicat/67ee4f5df5e4afd4800a29d36d4ecc17 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/sh -e | |
context=$1 | |
shift | |
namespace=$1 | |
shift | |
service=$1 | |
shift || true | |
helm --kube-context $context status $service-$namespace $@ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment