helm-charts icon indicating copy to clipboard operation
helm-charts copied to clipboard

Include Namespace Support for InfluxDB 2 Helm Chart

Open TotomiEcio opened this issue 11 months ago • 0 comments

Description: Hello,

I have been working with the InfluxDB 2 Helm chart and noticed that it currently lacks support for specifying a namespace. I believe adding this feature would greatly enhance the flexibility and usability of the Helm chart.

Proposal: I propose adding the following configuration option to the InfluxDB 2 Helm chart:

namespace: {{ .Release.Namespace | quote }}

This would allow users to easily deploy InfluxDB 2 into the desired namespace, aligning with the practices of other Helm charts such as Kafka and Postgres.

Examples: Here are some examples from other Helm charts that demonstrate the use of a namespace parameter:

How I Can Help: I would be glad to assist with the implementation process.

Thank you for considering this proposal. I look forward to contributing to the InfluxDB 2 Helm chart and improving the user experience.

Best regards, Tomas

TotomiEcio avatar Aug 08 '23 15:08 TotomiEcio