Skip to content

Commit 3b7cc7d

Browse files
authored
Merge pull request #8 from flanksource/update-role-group
fix: RBAC role group change to batch
2 parents a101290 + d684867 commit 3b7cc7d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

chart/templates/serviceaccount.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ rules:
1616
- apiGroups: [""]
1717
resources: ["pods"]
1818
verbs: ["*"]
19-
- apiGroups: ["batch/v1"]
19+
- apiGroups: ["batch"]
2020
resources: ["jobs"]
2121
verbs: ["*"]
2222
---

0 commit comments

Comments
 (0)