Skip to content

Commit

Permalink
Pick etl-filestore-default for v1.94 (#1453)
Browse files Browse the repository at this point in the history
* Add etlFileStoreEnabled: true to values.yaml

* Update helm chart to default to ETL file store
  • Loading branch information
mbolt35 authored Jun 2, 2022
1 parent d0ab063 commit 70b035a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -560,7 +560,7 @@ spec:
- name: ETL_HOURLY_STORE_DURATION_HOURS
value: {{ (quote .Values.kubecostModel.etlHourlyStoreDurationHours) | default (quote 49) }}
- name: ETL_FILE_STORE_ENABLED
value: {{ (quote .Values.kubecostModel.etlFileStoreEnabled) | default (quote false) }}
value: {{ (quote .Values.kubecostModel.etlFileStoreEnabled) | default (quote true) }}
- name: ETL_ASSET_RECONCILIATION_ENABLED
value: {{ (quote .Values.kubecostModel.etlAssetReconciliationEnabled) | default (quote true) }}
- name: ETL_USE_UNBLENDED_COST
Expand Down
2 changes: 2 additions & 0 deletions cost-analyzer/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -267,6 +267,8 @@ kubecostModel:
warmSavingsCache: true
# Run allocation ETL pipelines
etl: true
# Enable the ETL filestore backing storage
etlFileStoreEnabled: true
# The total number of days the ETL pipelines will build
# Set to 0 to disable daily ETL (not recommended)
etlDailyStoreDurationDays: 91
Expand Down

0 comments on commit 70b035a

Please sign in to comment.