Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug] cloudCostReports helm value not working #3567

Closed
2 tasks done
dl-mai opened this issue Jul 31, 2024 · 2 comments
Closed
2 tasks done

[Bug] cloudCostReports helm value not working #3567

dl-mai opened this issue Jul 31, 2024 · 2 comments
Labels
bug Something isn't working

Comments

@dl-mai
Copy link

dl-mai commented Jul 31, 2024

Kubecost Helm Chart Version

V2.3.4

Kubernetes Version

v1.28.9

Kubernetes Platform

Other (specify in description)

Description

Rancher

Steps to reproduce

Configure cloudCostReports not working

global:
  cloudCostReports:
    enabled: true
    reports:
      - title: "Example Cloud cost reports"
        window: "month"
        aggregateBy: "accountID"
        accumulate: "false"
        costMetric: "listCost"
        filters:
          - key: "provider"
            operator: ":"
            value: "AWS"

Also setting Values.cloudCostReportConfigmapNamewill result in a template error due to wrong indentation.

https://github.com/kubecost/cost-analyzer-helm-chart/blob/develop/cost-analyzer/templates/cost-analyzer-deployment-template.yaml#L783-L786

Expected behavior

cloudCostReports configured via Helm should be displayed in reports

Impact

Cannot use Cloud Reports with Custom Labels

Screenshots

No response

Logs

No response

Slack discussion

No response

Troubleshooting

  • I have read and followed the issue guidelines and this is a bug impacting only the Helm chart.
  • I have searched other issues in this repository and mine is not recorded.
@dl-mai dl-mai added bug Something isn't working needs-triage labels Jul 31, 2024
@kwombach12
Copy link

Hey @dl-mai. Thanks for logging this - we actually have a PR out to fix this which is undergoing QA now. We expect this to be resolved in our 2.4 release.

[Internal Ticket for Tracking]

@chipzoller
Copy link
Collaborator

Internally noted as released in 2.3.5 so closing as complete.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants