Updates deploy/manifest to latest version in sync with kube-prom

Issue https://github.com/kubernetes-sigs/prometheus-adapter/issues/426
This commit is contained in:
Joao Marcal 2022-09-02 17:07:34 +01:00
parent dd75b55557
commit 3afe2c74bc
No known key found for this signature in database
GPG key ID: 7F3A705256E2C828
24 changed files with 365 additions and 278 deletions

View file

@ -0,0 +1,17 @@
apiVersion: rbac.authorization.k8s.io/v1
kind: RoleBinding
metadata:
labels:
app.kubernetes.io/component: metrics-adapter
app.kubernetes.io/name: prometheus-adapter
app.kubernetes.io/version: 0.9.1
name: resource-metrics-auth-reader
namespace: kube-system
roleRef:
apiGroup: rbac.authorization.k8s.io
kind: Role
name: extension-apiserver-authentication-reader
subjects:
- kind: ServiceAccount
name: prometheus-adapter
namespace: monitoring