File tree Expand file tree Collapse file tree
charts/kube-state-metrics Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ keywords:
66- monitoring
77- prometheus
88- kubernetes
9- version : 2.10.1
9+ version : 2.11.0
1010appVersion : 1.9.7
1111home : https://github.com/kubernetes/kube-state-metrics/
1212sources :
Original file line number Diff line number Diff line change 6262 fieldPath : metadata.namespace
6363{{- end }}
6464 args :
65+ {{ if .Values.extraArgs }}
66+ {{- range .Values.extraArgs }}
67+ - {{ . }}
68+ {{- end }}
69+ {{ end }}
6570{{ if .Values.collectors.certificatesigningrequests }}
6671 - --collectors=certificatesigningrequests
6772{{ end }}
Original file line number Diff line number Diff line change @@ -17,6 +17,11 @@ autosharding:
1717
1818replicas : 1
1919
20+ # List of additional cli arguments to configure kube-state-metrics
21+ # for example: --enable-gzip-encoding, --log-file, etc.
22+ # all the possible args can be found here: https://github.com/kubernetes/kube-state-metrics/blob/master/docs/cli-arguments.md
23+ extraArgs : []
24+
2025service :
2126 port : 8080
2227 # Default to clusterIP for backward compatibility
You can’t perform that action at this time.
0 commit comments