Skip to content

Commit 255c805

Browse files
fix: fix csv export condition in deployment (#330)
* fix: fix csv export condition in deployment Signed-off-by: Alice Zhen <lishi.alice@hotmail.fr> * chore: bump chart patch version * Update charts/opencost/Chart.yaml Signed-off-by: Ishaan Mittal <ishaanmittal123@gmail.com> --------- Signed-off-by: Alice Zhen <lishi.alice@hotmail.fr> Signed-off-by: Ishaan Mittal <ishaanmittal123@gmail.com> Co-authored-by: Ishaan Mittal <ishaanmittal123@gmail.com>
1 parent 22dd22f commit 255c805

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

charts/opencost/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ keywords:
99
- finops
1010
- monitoring
1111
- opencost
12-
version: 2.5.6
12+
version: 2.5.7
1313
maintainers:
1414
- name: jessegoodier
1515
- name: toscott

charts/opencost/templates/deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -254,11 +254,11 @@ spec:
254254
{{- if .Values.opencost.exporter.persistence.enabled }}
255255
- name: PV_MOUNT_PATH
256256
value: {{ (.Values.opencost.exporter.persistence.mountPath | default "mnt/export") | quote }}
257+
{{- end }}
257258
{{- if .Values.opencost.exporter.csv_path }}
258259
- name: EXPORT_CSV_FILE
259260
value: {{ .Values.opencost.exporter.csv_path | quote }}
260261
{{- end }}
261-
{{- end }}
262262
{{- if .Values.opencost.prometheus.thanos.enabled }}
263263
- name: THANOS_ENABLED
264264
value: 'true'

0 commit comments

Comments
 (0)