fix helm chart
This commit is contained in:
parent
d9f465e7e9
commit
faf668bfa3
|
|
@ -141,4 +141,15 @@ rules:
|
||||||
- bind
|
- bind
|
||||||
resourceNames:
|
resourceNames:
|
||||||
- {{ template "postgres-operator.fullname" . }}
|
- {{ template "postgres-operator.fullname" . }}
|
||||||
|
- apiGroups:
|
||||||
|
- batch
|
||||||
|
resources:
|
||||||
|
- cronjobs # enables logical backups
|
||||||
|
verbs:
|
||||||
|
- create
|
||||||
|
- delete
|
||||||
|
- get
|
||||||
|
- list
|
||||||
|
- patch
|
||||||
|
- update
|
||||||
{{ end }}
|
{{ end }}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue