Skip to content

Instantly share code, notes, and snippets.

Embed
What would you like to do?
kind: ClusterRole
apiVersion: rbac.authorization.k8s.io/v1
metadata:
name: kubeapps-clusterrole
rules:
- apiGroups:
- policy
resources:
- podsecuritypolicies
verbs:
- use
resourceNames:
- kubeapps-psp
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment