diff --git a/deploy/role.yaml b/deploy/role.yaml index fe890467a..f66b09b55 100644 --- a/deploy/role.yaml +++ b/deploy/role.yaml @@ -38,3 +38,9 @@ rules: - '*' verbs: - '*' +- apiGroups: + - monitoring.coreos.com + resources: + - servicemonitors + verbs: + - '*' \ No newline at end of file