mirror of
https://github.com/prowler-cloud/prowler.git
synced 2026-07-04 19:21:51 +00:00
b19b80008d
Co-authored-by: Pepe Fagoaga <pepe@prowler.com>
13 lines
285 B
YAML
13 lines
285 B
YAML
apiVersion: rbac.authorization.k8s.io/v1
|
|
kind: ClusterRoleBinding
|
|
metadata:
|
|
name: prowler-read-cluster-binding
|
|
roleRef:
|
|
apiGroup: rbac.authorization.k8s.io
|
|
kind: ClusterRole
|
|
name: prowler-read-cluster
|
|
subjects:
|
|
- kind: ServiceAccount
|
|
name: prowler-sa
|
|
namespace: prowler-ns
|