Browse Source

fixed subject apiversion for rolebinding

Grega Bremec 2 years ago
parent
commit
3055bdb66b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      deployment/exporter/base/prometheus-rolebinding.yml

+ 1 - 1
deployment/exporter/base/prometheus-rolebinding.yml

@@ -8,7 +8,7 @@ roleRef:
   kind: Role
   name: prometheus-scrape
 subjects:
-- apiGroup: rbac.authorization.k8s.io
+- apiGroup: v1
   kind: ServiceAccount
   name: prometheus-k8s
   namespace: prometheus