-
Notifications
You must be signed in to change notification settings - Fork 9.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
[bitnami/external-dns] Add aws.zoneMatchParent option #25575
[bitnami/external-dns] Add aws.zoneMatchParent option #25575
Conversation
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.
Thanks for contributing. Just a minor change regarding the version.
bitnami/external-dns/Chart.yaml
Outdated
@@ -28,4 +28,4 @@ maintainers: | |||
name: external-dns | |||
sources: | |||
- https://github.com/bitnami/charts/tree/main/bitnami/external-dns | |||
version: 7.2.1 | |||
version: 7.2.2 |
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.
Please bump the minor version to add new values.
version: 7.2.2 | |
version: 7.3.0 |
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.
Will do
Signed-off-by: Clemens Gruber <[email protected]>
9681e79
to
75c211c
Compare
Signed-off-by: Bitnami Containers <[email protected]>
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.
LGTM
Signed-off-by: David Gomez <[email protected]>
Description of the change
Add support for the aws.zoneMatchParent option (defaulting to false) and add corresponding documentation.
Benefits
Users can set aws.zoneMatchParent to true and set a domain filter for subdomains, e.g. a.b.example.com. This was not possible before with external-dns and Route53.
See kubernetes-sigs/external-dns#4236
Possible drawbacks
None
Applicable issues
None
Additional information
N/A
Checklist
Chart.yaml
according to semver. This is not necessary when the changes only affect README.md files.README.md
using readme-generator-for-helm