Skip to content

Commit d684867

Browse files
author
Vibhor Dabas
committed
fix: RBAC role group change to batch
1 parent a101290 commit d684867

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)