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] Grafana, grafana-deployment.yaml Incorrect NodeSeletor passing from values.yaml #3786

Open
2 tasks done
amaresh435 opened this issue Dec 19, 2024 · 0 comments
Open
2 tasks done
Labels
bug Something isn't working needs-triage

Comments

@amaresh435
Copy link

Kubecost Helm Chart Version

v2.5.0

Kubernetes Version

1.30.5-gke

Kubernetes Platform

GKE

Description

nodeSelector value is incorrect.
Current
{{ toYaml .Values.grafana.resources | indent 12 }}
{{- with .Values.grafana.nodeSelector }}
nodeSelector:
{{ toYaml . | indent 8 }}

expected,
{{ toYaml .Values.grafana.resources | indent 12 }}
{{- with .Values.grafana.resources.nodeSelector }}
nodeSelector:
{{ toYaml . | indent 8 }}

word resource is missing here.
https://github.com/kubecost/cost-analyzer-helm-chart/blob/v2.5.0/cost-analyzer/templates/grafana/grafana-deployment.yaml

Steps to reproduce

Expected behavior

unable to install the kubecost to a specific Nodepool label.

Impact

No response

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.
@amaresh435 amaresh435 added bug Something isn't working needs-triage labels Dec 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working needs-triage
Projects
None yet
Development

No branches or pull requests

1 participant