graphrag-accelerator/infra/helm/graphrag/templates/graphrag-clusterrole.yaml
2024-06-26 15:45:06 -04:00

14 lines
426 B
YAML

apiVersion: rbac.authorization.k8s.io/v1
kind: ClusterRole
metadata:
name: {{ include "graphrag.fullname" . }}
labels:
{{- include "graphrag.labels" . | nindent 4 }}
rules:
- apiGroups: [""]
resources: ["pods"]
verbs: ["get", "list", "watch", "create", "update", "patch", "delete"]
- apiGroups: ["batch", "extensions"]
resources: ["jobs"]
verbs: ["get", "list", "watch", "create", "update", "patch", "delete"]