Skip to content

Commit

Permalink
Merge pull request #1442 from ealves-pt/master
Browse files Browse the repository at this point in the history
Fix role.yaml for helm2 compatibility
  • Loading branch information
k8s-ci-robot committed Apr 7, 2021
2 parents f395629 + b1f5f35 commit 0acdf66
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.1
version: 2.13.2
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/role.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{{- if and (eq $.Values.rbac.create true) (not .Values.rbac.useExistingRole) -}}
{{- if and (eq $.Values.rbac.create true) (not .Values.rbac.useExistingRole) -}}
{{- if eq .Values.rbac.useClusterRole false }}
{{- range (split "," $.Values.namespace) }}
{{- end }}
Expand Down

0 comments on commit 0acdf66

Please sign in to comment.