diff --git a/helm/replik8s/templates/role.yaml b/helm/replik8s/templates/role.yaml index 822fdec..e584f54 100644 --- a/helm/replik8s/templates/role.yaml +++ b/helm/replik8s/templates/role.yaml @@ -16,6 +16,14 @@ rules: - patch - update - watch +- apiGroups: + - {{ .Values.api.group }} + resources: + - restoreconfigs + verbs: + - get + - list + - watch - apiGroups: - "" resources: