[stable/kube-state-metrics ] Fix option to specify service account name (#13160)

* Fix configmap of keycloak

Signed-off-by: kahootali <kahoot.ali@gmail.com>

* Fix option to specify service account name.

Signed-off-by: Muhammad Hamza Zaib <hamza@aurorasolutions.io>

* [stable/kube-state-metrics] Update chart version to 1.0.1

Signed-off-by: Muhammad Hamza Zaib <hamza@aurorasolutions.io>

* Update _helpers.tpl to follow guidelines

Signed-off-by: Muhammad Hamza Zaib <hamza@aurorasolutions.io>

* Update chart kube-state-metrics version to 1.1.0

Signed-off-by: Muhammad Hamza Zaib <hamza@aurorasolutions.io>
This commit is contained in:
hamza3202
2019-04-23 01:12:13 -07:00
committed by Kubernetes Prow Robot
parent e8f6b0ada2
commit 4ec8a638bb
2 changed files with 1 additions and 3 deletions
+1 -1
View File
@@ -5,7 +5,7 @@ keywords:
- metric
- monitoring
- prometheus
version: 1.0.1
version: 1.1.0
appVersion: 1.5.0
home: https://github.com/kubernetes/kube-state-metrics/
sources:
@@ -19,9 +19,7 @@ spec:
{{ toYaml .Values.podAnnotations | indent 8 }}
{{- end }}
spec:
{{ if .Values.rbac.create }}
serviceAccountName: {{ template "kube-state-metrics.serviceAccountName" . }}
{{ end }}
{{- if .Values.securityContext.enabled }}
securityContext:
fsGroup: {{ .Values.securityContext.fsGroup }}