Last active
March 11, 2019 22:57
-
-
Save salrashid123/2af3e04b19cb2fb1e981514092eb76cf to your computer and use it in GitHub Desktop.
webhook_1
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
curl -s https://raw.githubusercontent.com/salrashid123/k8s_webook_helloworld/master/authn.yaml \ | |
-o /var/lib/localkube/authn.yaml | |
curl -s https://raw.githubusercontent.com/salrashid123/k8s_webook_helloworld/master/authz.yaml \ | |
-o /var/lib/localkube/authz.yaml | |
curl -s https://raw.githubusercontent.com/salrashid123/k8s_webook_helloworld/master/CA/GAE_CA.pem \ | |
-o /var/lib/localkube/certs/webhook_ca.crt | |
curl -s https://raw.githubusercontent.com/salrashid123/k8s_webook_helloworld/master/CA/webhook_plugin.crt \ | |
-o /var/lib/localkube/certs/webhook_plugin.crt | |
curl -s https://raw.githubusercontent.com/salrashid123/k8s_webook_helloworld/master/CA/webhook_plugin.key \ | |
-o /var/lib/localkube/certs/webhook_plugin.key |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Typo: webook -> webhook.