Last active
January 18, 2019 14:57
-
-
Save gmaliar/136eafc0623a7212148906564fbee731 to your computer and use it in GitHub Desktop.
Auto-renewing secrets using Valut and Kubernetes | init.sh
This file contains hidden or 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
| minikube --vm-driver=virualbox start | |
| kubectl config use-context gce | |
| helm init |
Noticed a typo when I copypasta'd this:
virualbox->virtualbox. Thanks for the tutorial!
typo still there
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Noticed a typo when I copypasta'd this:
virualbox->virtualbox. Thanks for the tutorial!