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 bdf8ad2 commit 611edb5Copy full SHA for 611edb5
charts/db-operator/Chart.yaml
@@ -1,7 +1,7 @@
1
apiVersion: v2
2
type: application
3
name: db-operator
4
-version: 1.36.0
+version: 1.36.1
5
# ---------------------------------------------------------------------------------
6
# -- All supported k8s versions are in the test:
7
# -- https://github.com/db-operator/charts/blob/main/.github/workflows/test.yaml
charts/db-operator/templates/controller/rbac.yaml
@@ -42,6 +42,13 @@ rules:
42
- batch
43
resources:
44
- cronjobs
45
+ verbs:
46
+ - create
47
+ - update
48
+ - list
49
+- apiGroups:
50
+ - batch
51
+ resources:
52
- jobs
53
verbs:
54
- create
0 commit comments