diff --git a/kubernetes/deployment/out-of-tree/target-cluster-role.yaml b/kubernetes/deployment/out-of-tree/target-cluster-role.yaml index 241f6d060..259a03367 100644 --- a/kubernetes/deployment/out-of-tree/target-cluster-role.yaml +++ b/kubernetes/deployment/out-of-tree/target-cluster-role.yaml @@ -57,3 +57,11 @@ rules: verbs: - watch - list +- apiGroups: + - storage.k8s.io + resources: + - volumeattachments + verbs: + - get + - list + - watch