From 18ab2c12263f75ed639ff6ed0cda9c7e6a5a5e36 Mon Sep 17 00:00:00 2001 From: Alex Meijer Date: Wed, 21 Jun 2023 16:36:13 -0400 Subject: [PATCH] Merge pull request #2379 from kubecost/disable-savings-cache update helm chart to support savings cache disable (cherry picked from commit a8986d0050218d8bf257e928a8703c04a647c22e) --- cost-analyzer/templates/cost-analyzer-deployment-template.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cost-analyzer/templates/cost-analyzer-deployment-template.yaml b/cost-analyzer/templates/cost-analyzer-deployment-template.yaml index 32e946335..cce353827 100644 --- a/cost-analyzer/templates/cost-analyzer-deployment-template.yaml +++ b/cost-analyzer/templates/cost-analyzer-deployment-template.yaml @@ -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) }}