Skip to content

Instantly share code, notes, and snippets.

@dtornow
Created March 17, 2019 19:32
Show Gist options
  • Save dtornow/47aa1e9b20a1dc66089bf350c07cbd68 to your computer and use it in GitHub Desktop.
Save dtornow/47aa1e9b20a1dc66089bf350c07cbd68 to your computer and use it in GitHub Desktop.
kind: Role
apiVersion: rbac.authorization.k8s.io/v1
metadata:
namespace: default
name: SowChaos
rules:
- apiGroups: [""] # indicates the core API group
resources: ["pods"]
verbs: ["list", "delete"]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment