Created
May 23, 2018 05:01
-
-
Save parj/9cd2cc8c8728d749a0c315825c7912dd to your computer and use it in GitHub Desktop.
Jenkins service account in Kubernetes
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: ServiceAccount | |
metadata: | |
name: jenkins-robot | |
namespace: jenkins |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment