Skip to content

Commit b1f5f35

Browse files
author
Eduardo Alves
committed
Fix role.yaml for helm2 compatibility
1 parent f395629 commit b1f5f35

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

charts/kube-state-metrics/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ keywords:
66
- monitoring
77
- prometheus
88
- kubernetes
9-
version: 2.13.1
9+
version: 2.13.2
1010
appVersion: 1.9.8
1111
home: https://github.com/kubernetes/kube-state-metrics/
1212
sources:

charts/kube-state-metrics/templates/role.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
{{- if and (eq $.Values.rbac.create true) (not .Values.rbac.useExistingRole) -}}
1+
{{- if and (eq $.Values.rbac.create true) (not .Values.rbac.useExistingRole) -}}
22
{{- if eq .Values.rbac.useClusterRole false }}
33
{{- range (split "," $.Values.namespace) }}
44
{{- end }}

0 commit comments

Comments
 (0)