diff --git a/scripts/testing/yaml/roles.yaml b/scripts/testing/yaml/roles.yaml new file mode 100644 index 000000000..8d12b05ef --- /dev/null +++ b/scripts/testing/yaml/roles.yaml @@ -0,0 +1,12 @@ +apiVersion: rbac.authorization.k8s.io/v1 +kind: ClusterRole +metadata: + annotations: + rbac.authorization.kubernetes.io/autoupdate: "true" + labels: + kubernetes.io/bootstrapping: rbac-defaults + name: cluster-admin +rules: + - apiGroups: [""] + resources: ["pods","services","namespaces","deployments","jobs"] + verbs: ["get", "watch", "list"] \ No newline at end of file