Skip to content

Commit

Permalink
update RBAC manifests to v1
Browse files Browse the repository at this point in the history
  • Loading branch information
deads2k committed Mar 29, 2021
1 parent 7055250 commit 30b0a9a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/kube-state-metrics/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ keywords:
- monitoring
- prometheus
- kubernetes
version: 2.13.0
version: 2.13.1
appVersion: 1.9.8
home: https://github.com/kubernetes/kube-state-metrics/
sources:
Expand Down
2 changes: 1 addition & 1 deletion charts/kube-state-metrics/templates/rolebinding.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{{- if and (eq .Values.rbac.create true) (eq .Values.rbac.useClusterRole false) -}}
{{- range (split "," $.Values.namespace) }}
---
apiVersion: rbac.authorization.k8s.io/v1beta1
apiVersion: rbac.authorization.k8s.io/v1
kind: RoleBinding
metadata:
labels:
Expand Down

0 comments on commit 30b0a9a

Please sign in to comment.