Created
June 20, 2019 14:55
-
-
Save a-chernykh/c2ebf5b987e3bb88bb9a85909deef8bc to your computer and use it in GitHub Desktop.
Poor man's helm
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
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