File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -2,5 +2,5 @@ apiVersion: v2
2
2
name : greptimedb
3
3
description : A Helm chart for deploying GreptimeDB cluster in Kubernetes
4
4
type : application
5
- version : 0.1.1-alpha.7
5
+ version : 0.1.1-alpha.8
6
6
appVersion : 0.3.0-20230515-nightly
Original file line number Diff line number Diff line change 41
41
storageClassName : {{ .Values.datanode.storage.storageClassName }}
42
42
storageSize : {{ .Values.datanode.storage.storageSize }}
43
43
storageRetainPolicy : {{ .Values.datanode.storage.storageRetainPolicy }}
44
- enablePrometheusMonitor : {{ .Values.enablePrometheusMonitor }}
44
+ {{- if (and .Values.prometheusMonitor .Values.prometheusMonitor.enabled )}}
45
+ prometheusMonitor : {{- toYaml .Values.prometheusMonitor | nindent 4 }}
46
+ {{- end }}
45
47
httpServicePort : {{ .Values.httpServicePort }}
46
48
grpcServicePort : {{ .Values.grpcServicePort }}
47
49
mysqlServicePort : {{ .Values.mysqlServicePort }}
You can’t perform that action at this time.
0 commit comments