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