nginxinc / kubernetes-ingress

NGINX and NGINX Plus Ingress Controllers for Kubernetes
https://docs.nginx.com/nginx-ingress-controller
Apache License 2.0
4.67k stars 1.97k forks source link

GlobalConfiguration custom name in helm chart #6679

Open frantsao opened 3 weeks ago

frantsao commented 3 weeks ago

Is your feature request related to a problem? Please describe. This issue is related to a situation that occurs when we want to provision the ingress controller using a helm chart but the GlobalConfiguration resource is previously created using a manifest (i.e. operating with Terraform).

Describe the solution you'd like I would like to provide a custom name to helm chart to configure the ingress controller with the GlobalConfiguration previously created, in order to achieve the prerrequisites.

Describe alternatives you've considered The easiest alterantive that doesn't break my work flow has been forking the chart and adding the parameter by myself (so, PR is on the way ;-)).

Additional context N/A

github-actions[bot] commented 3 weeks ago

Hi @frantsao thanks for reporting!

Be sure to check out the docs and the Contributing Guidelines while you wait for a human to take a look at this :slightly_smiling_face:

Cheers!