We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b1e274c commit 48c6f3bCopy full SHA for 48c6f3b
manifests/yamls/serviceaccount.yaml
@@ -209,6 +209,19 @@ metadata:
209
app.kubernetes.io/instance: devtron
210
name: devtron
211
rules:
212
+- apiGroups:
213
+ - batch
214
+ resources:
215
+ - jobs
216
+ - cronjobs
217
+ verbs:
218
+ - get
219
+ - list
220
+ - watch
221
+ - patch
222
+ - update
223
+ - create
224
+ - delete
225
- apiGroups:
226
- ""
227
resources:
@@ -251,6 +264,14 @@ rules:
251
264
- pods/exec
252
265
verbs:
253
266
- create
267
268
+ - ""
269
270
+ - pods
271
272
273
274
254
275
---
255
276
apiVersion: rbac.authorization.k8s.io/v1
256
277
kind: ClusterRoleBinding
0 commit comments