Files
dsk-devops-toolchains/helm/awx-operator/templates/clusterrole-awx-operator-proxy-role.yaml
2024-01-03 17:29:11 +09:00

20 lines
371 B
YAML

apiVersion: rbac.authorization.k8s.io/v1
kind: ClusterRole
metadata:
labels:
helm.sh/chart: awx-operator
name: awx-operator-proxy-role
rules:
- apiGroups:
- authentication.k8s.io
resources:
- tokenreviews
verbs:
- create
- apiGroups:
- authorization.k8s.io
resources:
- subjectaccessreviews
verbs:
- create