Skip to content

Commit 6b3f702

Browse files
authored
Merge pull request #1369 from lou-lan/fix/charts/create-role
Fix create role
2 parents e974d90 + c88e538 commit 6b3f702

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.10.0
9+
version: 2.10.1
1010
appVersion: 1.9.7
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
@@ -2,6 +2,7 @@
22
{{- if eq .Values.rbac.useClusterRole false }}
33
{{- range (split "," $.Values.namespace) }}
44
{{- end }}
5+
{{- end -}}
56
---
67
apiVersion: rbac.authorization.k8s.io/v1
78
{{- if eq .Values.rbac.useClusterRole false }}
@@ -189,4 +190,3 @@ rules:
189190
verbs: ["list", "watch"]
190191
{{ end -}}
191192
{{- end -}}
192-
{{- end -}}

0 commit comments

Comments
 (0)