Skip to content

Instantly share code, notes, and snippets.

@a-chernykh
Created June 20, 2019 14:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save a-chernykh/c2ebf5b987e3bb88bb9a85909deef8bc to your computer and use it in GitHub Desktop.
Save a-chernykh/c2ebf5b987e3bb88bb9a85909deef8bc to your computer and use it in GitHub Desktop.
Poor man's helm
cat config/deploy/k8s/*.yml | envsubst | kubectl apply -f -
cat config/deploy/k8s/*.yml | envsubst | kubectl wait --for condition=available -f - --timeout 120s
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment