Created
November 2, 2020 23:14
-
-
Save shazadbrohi/679f38df458053a20777f16268881f97 to your computer and use it in GitHub Desktop.
A cluster role which authorizes use of the privileged-psp.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
apiVersion: rbac.authorization.k8s.io/v1 | |
kind: ClusterRole | |
metadata: | |
name: privileged-cluster-role | |
rules: | |
- apiGroups: | |
- policy | |
resourceNames: | |
- privileged-psp | |
resources: | |
- podsecuritypolicies | |
verbs: | |
- use |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment