From c2acfbaa295e22814c5577ac364eee696588d940 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tomasz=20S=C4=99k?= Date: Mon, 17 Jun 2019 23:14:22 +0200 Subject: [PATCH] #4 Fix RBAC for PVC backup/restore --- deploy/role.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/deploy/role.yaml b/deploy/role.yaml index 5163ad36..e14c29af 100644 --- a/deploy/role.yaml +++ b/deploy/role.yaml @@ -87,4 +87,6 @@ rules: resources: - persistentvolumeclaims verbs: - - get \ No newline at end of file + - get + - list + - watch