Skip to content

Commit

Permalink
fix carbonEstimates typo (#3490) (#3491)
Browse files Browse the repository at this point in the history
Co-authored-by: Jesse Goodier <31039225+jessegoodier@users.noreply.github.com>
  • Loading branch information
gcp-cherry-pick-bot[bot] and jessegoodier committed Jun 20, 2024
1 parent ea999ab commit e93f309
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cost-analyzer/templates/_helpers.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -1434,7 +1434,7 @@ for more information
{{- end -}}

{{- define "carbonEstimatesEnabled" }}
{{- if (((.Values.kubecostProductConfigs).carbonEstimates).enabled) }}
{{- if ((.Values.kubecostProductConfigs).carbonEstimates) }}
{{- printf "true" -}}
{{- else -}}
{{- printf "false" -}}
Expand Down

0 comments on commit e93f309

Please sign in to comment.