Skip to content

Instantly share code, notes, and snippets.

@dtornow
Last active March 17, 2019 19:54
Show Gist options
  • Save dtornow/9aa0c43543320f235beaef6385083be3 to your computer and use it in GitHub Desktop.
Save dtornow/9aa0c43543320f235beaef6385083be3 to your computer and use it in GitHub Desktop.
kind: ClusterRole
apiVersion: rbac.authorization.k8s.io/v1
metadata:
name: GrowPods
rules:
- apiGroups: [""] # indicates the core API group
resources: ["pods"]
verbs: ["*"]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment