-
Notifications
You must be signed in to change notification settings - Fork 141
Add nginxGateway.name usage in case of its presence instead of nameOverride #3519
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
Conversation
|
Hi @tataruty! Welcome to the project! 🎉 Thanks for opening this pull request! |
|
✅ All required contributors have signed the F5 CLA for this PR. Thank you! |
I have hereby read the F5 CLA and agree to its terms |
19eb65f to
e516510
Compare
|
I have hereby read the F5 CLA and agree to its terms |
|
@tataruty In general, as an NGF team member, you'll want to create your PRs from a branch off of the main repository, instead of a fork. In the past we exclusively used forks, however we had to update our workflows in order to be able to run NGINX Plus tests, since those are internal access only. Community contributors still use forks, and we can use forks for simple changes, like docs and such. But in general we want to be able to run the NGINX Plus tests for any product, chart, or test changes, so in order to do that we have to create branches off of the main repo. |
| kind: deployment | ||
|
|
||
| # -- The name of the NGINX Gateway Fabric deployment - if not present, then by default uses release name given during installation. | ||
| name: release name |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think we just leave this field as an empty string. Then the comment here is more accurate, otherwise the default value is technically release name in this case.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
thank you! that was the one confusing thing!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
i guess i will recreate PR for main repo without a branch, need to be added to github team too
|
closed since opened not from the fork: #3527 |
Add nginxGateway.name usage in case of its presence instead of nameOverride
Proposed changes
As a user of NGF's Helm Charts
I want to use a nginxGateway.name to configure the names of my deployments
So that I don't have to use nameOverride to override the entire name.
Testing:
Closes #2490
Checklist
Before creating a PR, run through this checklist and mark each as complete.
Release notes
N/A