Skip to content

Instantly share code, notes, and snippets.

@anthonyspiteri
Created November 3, 2020 06:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anthonyspiteri/4b702ffa253200ceb97d834b3d582e04 to your computer and use it in GitHub Desktop.
Save anthonyspiteri/4b702ffa253200ceb97d834b3d582e04 to your computer and use it in GitHub Desktop.
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