Skip to content

Commit

Permalink
Update helm chart to default to ETL file store
Browse files Browse the repository at this point in the history
  • Loading branch information
mbolt35 committed Jun 1, 2022
1 parent c363f30 commit c23aa7d
Showing 1 changed file with 1 addition 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

0 comments on commit c23aa7d

Please sign in to comment.