Skip to content

Commit

Permalink
Merge pull request #2380 from kubecost/patch-v1.104/disable-savings-c…
Browse files Browse the repository at this point in the history
…ache

Merge pull request #2379 from kubecost/disable-savings-cache
  • Loading branch information
ameijer authored Jun 21, 2023
2 parents ae78cb7 + 18ab2c1 commit 32a4596
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -764,7 +764,7 @@ spec:
value: {{ (quote .Values.kubecostModel.outOfClusterPromMetricsEnabled) | default (quote false) }}
- name: CACHE_WARMING_ENABLED
value: {{ (quote .Values.kubecostModel.warmCache) | default (quote true) }}
- name: SAVINGS_CACHE_WARMING_ENABLED
- name: SAVINGS_ENABLED
value: {{ (quote .Values.kubecostModel.warmSavingsCache) | default (quote true) }}
- name: ETL_ENABLED
value: {{ (quote .Values.kubecostModel.etl) | default (quote true) }}
Expand Down

0 comments on commit 32a4596

Please sign in to comment.