Created
August 24, 2018 16:32
-
-
Save mikeraimondi/7d1912f182d7625c622c4e7e83728c15 to your computer and use it in GitHub Desktop.
This file contains 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
kind: Role | |
apiVersion: rbac.authorization.k8s.io/v1 | |
metadata: | |
name: redis-rest | |
namespace: MY_NAMESPACE | |
rules: | |
- apiGroups: ['extensions'] | |
resources: ['podsecuritypolicies'] | |
verbs: ['use'] | |
resourceNames: | |
- MY_POD_SECURITY_POLICY_NAME |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment