File tree Expand file tree Collapse file tree 1 file changed +5
-0
lines changed
charts/openobserve/templates Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -139,9 +139,11 @@ spec:
139
139
{{- with .Values.ingester.extraEnv }}
140
140
{{- toYaml . | nindent 12 }}
141
141
{{- end }}
142
+ {{- if .Values.ingester.persistence.enabled }}
142
143
volumeMounts:
143
144
- name: data
144
145
mountPath: /data
146
+ {{- end }}
145
147
{{- with .Values.nodeSelector.ingester }}
146
148
nodeSelector:
147
149
{{- toYaml . | nindent 8 }}
@@ -154,6 +156,7 @@ spec:
154
156
tolerations:
155
157
{{- toYaml . | nindent 8 }}
156
158
{{- end }}
159
+ {{- if .Values.ingester.persistence.enabled }}
157
160
volumeClaimTemplates:
158
161
- metadata:
159
162
name: data
@@ -166,3 +169,5 @@ spec:
166
169
resources:
167
170
requests:
168
171
storage: {{ .Values.ingester.persistence.size | quote }}
172
+ {{- end }}
173
+
You can’t perform that action at this time.
0 commit comments