Skip to content
Open
Show file tree
Hide file tree
Changes from 3 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 @@ -291,6 +291,8 @@ spec:
{{- else }}
value: {{ .Values.opencost.retention1d | quote }}
{{- end }}
- name: EXPORT_KUBEMODEL
value: {{ .Values.opencost.exporter.exportKubeModel | quote }}
Comment on lines +298 to +299
- 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 @@ -395,6 +395,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
Comment thread
thomasvn marked this conversation as resolved.
Comment on lines +406 to +407

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