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

What is the purpose of this namespace value in the monitoring sub chart? #92

Closed
markussiebert opened this issue Nov 23, 2021 · 2 comments

Comments

@markussiebert
Copy link

Just wonding what I can configure with this option, or what was the intention to configure a namespace in 2 places:

and then the online place it is referenced is here:

{{- define "monitoring.namespace" -}}
{{- if .Values.grafana.namespace -}}
{{- .Values.grafana.namespace -}}
{{- else if .Values.namespace -}}
{{- .Values.namespace -}}
{{- else -}}
{{- .Release.Namespace -}}
{{- end }}

So is this redundant to grafana.namespace setting? At the moment I dont understand it's purpose, so maybe I am using it wrong.

@markussiebert markussiebert changed the title What is the purpose of this namespace option? What is the purpose of this namespace value in the monitoring sub chart? Nov 23, 2021
@fjogeleit
Copy link
Member

Hey, thanks for your question. It's redundant. The namespace option was the initial one, with increasing configuration possibilities it was also added under Grafana. I'm working currently on a cleanup which will remove the namespace setting. It's still in for backward compatibility.

@fjogeleit
Copy link
Member

If there is any question left feel free to reopen the issue

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

No branches or pull requests

2 participants