Skip to content

Instantly share code, notes, and snippets.

@dtornow
Last active March 17, 2019 19:54
Show Gist options
  • Save dtornow/39d09a13bdaf8c7a0e7ce24ee2186344 to your computer and use it in GitHub Desktop.
Save dtornow/39d09a13bdaf8c7a0e7ce24ee2186344 to your computer and use it in GitHub Desktop.
kind: ClusterRoleBinding
apiVersion: rbac.authorization.k8s.io/v1
metadata:
name: GrowPods
subjects:
- kind: Group
name: Editor
apiGroup: rbac.authorization.k8s.io
roleRef:
kind: ClusterRole
name: GrowPods
apiGroup: rbac.authorization.k8s.io
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment