Skip to content

Instantly share code, notes, and snippets.

@nikicat
Created May 28, 2018 13:56
Show Gist options
  • Save nikicat/67ee4f5df5e4afd4800a29d36d4ecc17 to your computer and use it in GitHub Desktop.
Save nikicat/67ee4f5df5e4afd4800a29d36d4ecc17 to your computer and use it in GitHub Desktop.
#!/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