mirror of
https://github.com/coreos/prometheus-operator.git
synced 2026-02-05 06:45:27 +01:00
docs: add missing metadata tags into manifests
This change adds missing `metadata` keys into Role manifests describing `v1 Endpoiints is deprecated...` warning
This commit is contained in:
@@ -53,6 +53,7 @@ Example of Role definition required by the Prometheus operator's Service Account
|
||||
```yaml
|
||||
apiVersion: rbac.authorization.k8s.io/v1
|
||||
kind: Role
|
||||
metadata:
|
||||
name: prometheus-operator-kubelet
|
||||
rules:
|
||||
- apiGroups:
|
||||
@@ -72,6 +73,7 @@ Example of Role definition required by the Prometheus's Service Account to disco
|
||||
```yaml
|
||||
apiVersion: rbac.authorization.k8s.io/v1
|
||||
kind: Role
|
||||
metadata:
|
||||
name: prometheus-kubelet
|
||||
rules:
|
||||
- apiGroups:
|
||||
|
||||
Reference in New Issue
Block a user