We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
v2.5.0
1.30.5-gke
GKE
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
unable to install the kubecost to a specific Nodepool label.
No response
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: