Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions charts/opencost/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -295,6 +295,8 @@ spec:
{{- else }}
value: {{ .Values.opencost.retention1d | quote }}
{{- end }}
- name: EXPORT_KUBEMODEL
value: {{ .Values.opencost.exporter.exportKubeModel | quote }}
- name: RESOLUTION_1H_RETENTION
value: {{ .Values.opencost.retention1h | quote }}
- name: CLOUD_COST_ENABLED
Expand Down
3 changes: 3 additions & 0 deletions charts/opencost/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -403,6 +403,9 @@ opencost:
# -- The number of 1d intervals the Collector DataSource should maintain
retention1d: 15

# -- Enable/disable KubeModel export by setting the EXPORT_KUBEMODEL env var
exportKubeModel: true

# Persistent volume claim for storing the data. eg: csv file
persistence:
enabled: false
Expand Down
Loading