fix helm chart

This commit is contained in:
Sergey Dudoladov 2019-05-16 15:43:56 +02:00
parent d9f465e7e9
commit faf668bfa3
1 changed files with 11 additions and 0 deletions

View File

@ -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 }}