-
Notifications
You must be signed in to change notification settings - Fork 201
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
Add config map support for PrivateDnsZonesARecord #4326
Comments
@super-harsh is going to look into this, or if there is a better way to do this using the infrastructure that Azure provides (I thought there was a way to get this done automatically but need to look more). |
Perfect! Thank you both! In the interim, would the |
I haven't had a chance to look into this further but just making a note we haven't forgotten. |
Thanks for the follow up Matt! |
@matthchr good news, our enterprise is adopting ASO as the way forward 👍 This passed our internal Architecture Review Board and everyone is excited to start migrating over to this. Instead of having to implement
This would make it generic enough to pass stuff around even when the resource doesn't natively "support" injecting a value from a config map, especially when combined with the ability to export anything using |
When we create a private endpoint, we're able to output the
primaryNicPrivateIpAddress
to a config map. However,PrivateDnsZonesARecord
doesn't support config maps as input for theipv4Address
field.The text was updated successfully, but these errors were encountered: