Created
January 31, 2020 15:39
-
-
Save maxgio92/3b3c7c1855f2d6715e5c3a6c5a0e15a6 to your computer and use it in GitHub Desktop.
PodNoServiceAccountTokenMount
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: my-pod | |
spec: | |
serviceAccountName: build-robot | |
automountServiceAccountToken: false |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment