File tree Expand file tree Collapse file tree 2 files changed +9
-2
lines changed
deploy/charts/observability-app Expand file tree Collapse file tree 2 files changed +9
-2
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ apiVersion: v2
2
2
name : dataops-observability-app
3
3
type : application
4
4
appVersion : " 2.x.x"
5
- version : " 2.2.2 "
5
+ version : " 2.2.3 "
6
6
7
7
description : DataOps Observability
8
8
home : https://datakitchen.io
Original file line number Diff line number Diff line change 66
66
- name : OBSERVABILITY_CSP_EXTRA
67
67
value : {{ tpl .Values.observability_ui.csp_extra . | quote }}
68
68
{{- end }}
69
- {{- if or .Values.observability_ui.environmentJson .Values.observability_ui.manifestJson }}
69
+ {{- if or .Values.observability_ui.environmentJson .Values.observability_ui.manifestJson .Values.extraVolumeMounts }}
70
70
volumeMounts :
71
71
{{- if .Values.observability_ui.environmentJson }}
72
72
- mountPath : /observability_ui/shell/environments/environment.json
80
80
readOnly : true
81
81
subPath : module-federation.manifest.json
82
82
{{- end }}
83
+ {{- with .Values.extraVolumeMounts }}
84
+ {{ toYaml . | nindent 12 }}
85
+ {{- end }}
83
86
{{- end }}
87
+ {{- with .Values.extraVolumes }}
88
+ volumes :
89
+ {{ toYaml . | nindent 8 }}
90
+ {{- end }}
84
91
{{- with .Values.observability_ui.nodeSelector }}
85
92
nodeSelector :
86
93
{{- toYaml . | nindent 8 }}
You can’t perform that action at this time.
0 commit comments