File tree Expand file tree Collapse file tree 2 files changed +15
-1
lines changed Expand file tree Collapse file tree 2 files changed +15
-1
lines changed Original file line number Diff line number Diff line change 1
1
apiVersion : v2
2
2
name : console
3
3
appVersion : 1.20.0
4
- version : 1.5.1
4
+ version : 1.5.2
5
5
description : Helm chart to deploy Conduktor Platform on Kubernetes
6
6
icon : https://www.conduktor.io/svgs/logo/symbol.svg
7
7
home : https://www.conduktor.io
Original file line number Diff line number Diff line change @@ -9,6 +9,14 @@ kind: GrafanaFolder
9
9
metadata :
10
10
name : {{ $consoleFolderName | quote }}
11
11
namespace : {{ include "conduktor.platform.dashboard.namespace" . | quote }}
12
+ labels : {{- include "common.labels.standard" . | nindent 4 }}
13
+ " conduktor.io/dashboard " : " true"
14
+ {{- if .Values.commonLabels }}
15
+ {{- include "common.tplvalues.render" ( dict "value" .Values.commonLabels "context" $ ) | nindent 4 }}
16
+ {{- end }}
17
+ {{- if .Values.platform.metrics.grafana.labels }}
18
+ {{- include "common.tplvalues.render" ( dict "value" .Values.platform.metrics.grafana.labels "context" $ ) | nindent 4 }}
19
+ {{- end }}
12
20
spec :
13
21
instanceSelector :
14
22
matchLabels :
@@ -29,6 +37,9 @@ metadata:
29
37
{{- if .Values.commonLabels }}
30
38
{{- include "common.tplvalues.render" ( dict "value" .Values.commonLabels "context" $ ) | nindent 4 }}
31
39
{{- end }}
40
+ {{- if .Values.platform.metrics.grafana.labels }}
41
+ {{- include "common.tplvalues.render" ( dict "value" .Values.platform.metrics.grafana.labels "context" $ ) | nindent 4 }}
42
+ {{- end }}
32
43
spec :
33
44
instanceSelector :
34
45
matchLabels :
@@ -58,6 +69,9 @@ metadata:
58
69
{{- if .Values.commonLabels }}
59
70
{{- include "common.tplvalues.render" ( dict "value" .Values.commonLabels "context" $ ) | nindent 4 }}
60
71
{{- end }}
72
+ {{- if .Values.platform.metrics.grafana.labels }}
73
+ {{- include "common.tplvalues.render" ( dict "value" .Values.platform.metrics.grafana.labels "context" $ ) | nindent 4 }}
74
+ {{- end }}
61
75
spec :
62
76
{{- if .Values.platform.metrics.grafana.folder }}
63
77
customFolderName : {{ .Values.platform.metrics.grafana.folder | quote }}
You can’t perform that action at this time.
0 commit comments