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 25, 2021
1 parent 7055250 commit 790c311
Showing 1 changed file with 1 addition and 1 deletion.
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 790c311

Please sign in to comment.