-
Notifications
You must be signed in to change notification settings - Fork 2k
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
GlobalConfiguration custom name in helm chart #6679
Comments
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 🙂 Cheers! |
6 tasks
frantsao
added a commit
to frantsao/kubernetes-ingress
that referenced
this issue
Oct 17, 2024
Add globalConfigurationCustomName parameter to controller configuration in helm chart (nginx#6679)
pdabelf5
added
needs triage
An issue that needs to be triaged
ready for refinement
An issue that was triaged and it is ready to be refined
and removed
needs triage
An issue that needs to be triaged
labels
Oct 21, 2024
Hi @frantsao, thanks for working on this. We would like this parameter to be in the globalConfiguration object in the helm chart. |
frantsao
added a commit
to frantsao/kubernetes-ingress
that referenced
this issue
Dec 12, 2024
Extend globalConfiguration customName functionality when gc create true (nginx#6679)
frantsao
added a commit
to frantsao/kubernetes-ingress
that referenced
this issue
Dec 12, 2024
Fix documentation in values.yaml (nginx#6679)
shaun-nx
removed
the
ready for refinement
An issue that was triaged and it is ready to be refined
label
Jan 21, 2025
6 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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
The text was updated successfully, but these errors were encountered: