mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
[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:
committed by
Kubernetes Prow Robot
parent
e8f6b0ada2
commit
4ec8a638bb
@@ -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 }}
|
||||
|
||||
Reference in New Issue
Block a user