diff --git a/charts/edb-postgres-distributed-for-kubernetes/templates/rbac.yaml b/charts/edb-postgres-distributed-for-kubernetes/templates/rbac.yaml index 505281c..82c92a7 100644 --- a/charts/edb-postgres-distributed-for-kubernetes/templates/rbac.yaml +++ b/charts/edb-postgres-distributed-for-kubernetes/templates/rbac.yaml @@ -377,6 +377,16 @@ rules: - patch - update - watch +- apiGroups: + - snapshot.storage.k8s.io + resources: + - volumesnapshots + verbs: + - create + - get + - list + - patch + - watch --- apiVersion: rbac.authorization.k8s.io/v1 kind: RoleBinding