Skip to content

Instantly share code, notes, and snippets.

@b0noI
Created October 25, 2019 01:04
Show Gist options
  • Save b0noI/5cdbf298544c1d8327648aebf9d23e4d to your computer and use it in GitHub Desktop.
Save b0noI/5cdbf298544c1d8327648aebf9d23e4d to your computer and use it in GitHub Desktop.
apiVersion: rbac.authorization.k8s.io/v1
kind: Role
metadata:
name: agent-runner
labels:
app: agent-runner
rules:
- apiGroups:
- ""
resources:
- configmaps
verbs:
- '*'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment