Adds unit tests and K8s artifacts
[icn.git] / cmd / bpa-restapi-agent / bpa_api_cluster_role.yml
1 apiVersion: rbac.authorization.k8s.io/v1\r
2 kind: ClusterRole\r
3 metadata:\r
4   name: do-all\r
5 rules:\r
6 - apiGroups: ["*"]\r
7   resources: ["*"]\r
8   verbs: ["*"]\r