Fixed role

This commit is contained in:
Pünkösd Marcell 2021-12-14 18:12:44 +01:00
parent b985c410ab
commit 96a52c7117

View File

@ -5,7 +5,7 @@ metadata:
name: job-orchestrator-role name: job-orchestrator-role
rules: rules:
- apiGroups: [""] - apiGroups: [""]
resources: ["pods"] resources: ["federatedjobs"]
verbs: ["get", "list", "watch", "create", "update", "patch", "delete"] verbs: ["get", "list", "watch", "create", "update", "patch", "delete"]
--- ---
kind: RoleBinding kind: RoleBinding