Created
October 25, 2019 01:05
-
-
Save b0noI/b0df9569ba714f354fc7621a5c9b639c 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: rbac.authorization.k8s.io/v1 | |
kind: RoleBinding | |
metadata: | |
name: agent-runner | |
labels: | |
app: agent-runner | |
roleRef: | |
apiGroup: rbac.authorization.k8s.io | |
kind: Role | |
name: agent-runner | |
subjects: | |
- kind: ServiceAccount | |
name: agent-runner |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment