Skip to content

Commit 611edb5

Browse files
authored
Fix: Insufficient permissions on Cronjobs results in Database failing to turn healthy (#74)
1 parent bdf8ad2 commit 611edb5

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

charts/db-operator/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
apiVersion: v2
22
type: application
33
name: db-operator
4-
version: 1.36.0
4+
version: 1.36.1
55
# ---------------------------------------------------------------------------------
66
# -- All supported k8s versions are in the test:
77
# -- https://github.com/db-operator/charts/blob/main/.github/workflows/test.yaml

charts/db-operator/templates/controller/rbac.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,13 @@ rules:
4242
- batch
4343
resources:
4444
- cronjobs
45+
verbs:
46+
- create
47+
- update
48+
- list
49+
- apiGroups:
50+
- batch
51+
resources:
4552
- jobs
4653
verbs:
4754
- create

0 commit comments

Comments
 (0)