-
Notifications
You must be signed in to change notification settings - Fork 16.5k
[stable/nginx-ingress] Custom NGINX template support #2341
[stable/nginx-ingress] Custom NGINX template support #2341
Conversation
|
Thanks for your pull request. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA). 📝 Please follow instructions at https://github.com/kubernetes/kubernetes/wiki/CLA-FAQ to sign the CLA. It may take a couple minutes for the CLA signature to be fully registered; after that, please reply here with a new comment and we'll verify. Thanks.
DetailsInstructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. I understand the commands that are listed here. |
|
CLA's ready. |
|
It looks like we have a duplicate implementation. You were 8 hours ahead of me =). However, mine includes DHParam stuff |
|
I like this implementation of the custom config better because it allows for an arbitrary configmap name and key. @s4nch3z can you submit just the DHparam change in your PR? |
|
/ok-to-test |
|
+1 ! |
|
BTW, the daemonset file seems to be missing the change to do something with the customTemplate variables. Copying the change from the deployment file works fine. Thanks! |
311c893 to
8e72115
Compare
|
@killfill just added! Sorry about that. |
|
@mgoodness any updates on this guy? Thanks. |
4bc07d1 to
c5d4098
Compare
c5d4098 to
7d42bfa
Compare
|
@mgoodness @viglesiasce Can I do anything to move this forward? Thanks. |
|
+1 for merging this. Looks like it's been ready for over a month. Any way to get this merged? |
|
Well, it looks like the chart version will need to be bumped again since PR #2573 took |
Many NGINX configuration parameters cannot be overridden with the nginx-ingress Helm chart. With this change, a custom nginx.tmpl template can be provided, which allows for any configuration value to be changed.
7d42bfa to
7b8ab30
Compare
|
@jeff-french fixed! |
|
@mgoodness @viglesiasce Is there anything else that needs to be done to get this merged? |
Many NGINX configuration parameters cannot be overridden with the
nginx-ingress Helm chart. With this change, a custom nginx.tmpl
template can be provided, which allows for any configuration value to
be changed.