Skip to content

Conversation

@ChristianFehlinger
Copy link

@ChristianFehlinger ChristianFehlinger commented Jan 22, 2025

Analysis

The issue seems to be caused by the Grafana version being a bit older. Specifically, the problem originates from this line of code:

{{- range .Values.extraVolumeMounts }}
# It should instead use
{{- range .Values.extraVolumes }}

This issue appears to have been addressed in this issue in the grafana community Helm charts.

Solution

Fix the issue in the current Grafana version by modifying the template.

related to issue 319

@klesh
Copy link
Contributor

klesh commented Feb 24, 2025

Hi, @JorgeGar @matrixji would you like to review this PR when you find time? Thanks in advance.

{{- else if .hostPath }}
hostPath:
path: {{ .hostPath }}
{{ toYaml .hostPath | nindent 6 }}
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is this change also related to the issue with the volume mount?

{{- toYaml .data | nindent 6 }}
{{- else if .configMap }}
configMap:
{{- toYaml .configMap | nindent 6 }}
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Same question as before 😅

@jekader
Copy link
Contributor

jekader commented Aug 14, 2025

An alternative solution is using the latest helm chart version - see #346

@jekader
Copy link
Contributor

jekader commented Aug 22, 2025

this should be fixed now, could you please re-test?

@klesh
Copy link
Contributor

klesh commented Aug 25, 2025

@jekader Please fix the conflicts so I can run the tests.

@jekader
Copy link
Contributor

jekader commented Aug 25, 2025

@klesh this PR is no longer relevant since we bumped the grafana chart to a fixed version

@klesh
Copy link
Contributor

klesh commented Aug 26, 2025

Hi @jekader, thanks for the information!

Would you be interested in becoming an Apache Committer for this project?
👉 https://infra.apache.org/committers.html

If so, feel free to reach out to me on Slack — I’d be more than happy to introduce you.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants