We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f395629 + b1f5f35 commit 0acdf66Copy full SHA for 0acdf66
2 files changed
charts/kube-state-metrics/Chart.yaml
@@ -6,7 +6,7 @@ keywords:
6
- monitoring
7
- prometheus
8
- kubernetes
9
-version: 2.13.1
+version: 2.13.2
10
appVersion: 1.9.8
11
home: https://github.com/kubernetes/kube-state-metrics/
12
sources:
charts/kube-state-metrics/templates/role.yaml
@@ -1,4 +1,4 @@
1
-{{- if and (eq $.Values.rbac.create true) (not .Values.rbac.useExistingRole) -}}
+{{- if and (eq $.Values.rbac.create true) (not .Values.rbac.useExistingRole) -}}
2
{{- if eq .Values.rbac.useClusterRole false }}
3
{{- range (split "," $.Values.namespace) }}
4
{{- end }}
0 commit comments