This is an automated email from the ASF dual-hosted git repository.
abhishek pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/druid.git
The following commit(s) were added to refs/heads/master by this push:
new cc159f4317 docs: k8s-jobs role needs batch apigroup (#14343)
cc159f4317 is described below
commit cc159f431722fc0a2c692f913fd4e016f862e40e
Author: Jakub Matyszewski <[email protected]>
AuthorDate: Tue Jul 4 11:04:20 2023 +0200
docs: k8s-jobs role needs batch apigroup (#14343)
---
docs/development/extensions-contrib/k8s-jobs.md | 1 +
1 file changed, 1 insertion(+)
diff --git a/docs/development/extensions-contrib/k8s-jobs.md
b/docs/development/extensions-contrib/k8s-jobs.md
index f3e8d53bb3..7264694b6c 100644
--- a/docs/development/extensions-contrib/k8s-jobs.md
+++ b/docs/development/extensions-contrib/k8s-jobs.md
@@ -125,6 +125,7 @@ metadata:
rules:
- apiGroups:
- ""
+ - batch
resources:
- pods
- configmaps
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]