Skip to content

Commit

Permalink
Merge pull request #1427 from deads2k/update-rbac
Browse files Browse the repository at this point in the history
update RBAC manifests to v1
  • Loading branch information
k8s-ci-robot committed Mar 30, 2021
2 parents e59bc57 + 30b0a9a commit bd6335b
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 bd6335b

Please sign in to comment.