Skip to content

Instantly share code, notes, and snippets.

@salrashid123
Last active March 11, 2019 22:57
Show Gist options
  • Save salrashid123/2af3e04b19cb2fb1e981514092eb76cf to your computer and use it in GitHub Desktop.
Save salrashid123/2af3e04b19cb2fb1e981514092eb76cf to your computer and use it in GitHub Desktop.
webhook_1
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
@leodotcloud
Copy link

Typo: webook -> webhook.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment