-
Notifications
You must be signed in to change notification settings - Fork 5
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
fix: set clusterissuer route53 zone id by reading terraform outputs #548
fix: set clusterissuer route53 zone id by reading terraform outputs #548
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.
Just a nit pick on the error handling. Besides that code-wise looks good, have you tested it?
I have to test it, today I'll do that. |
Tested today, it works |
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
Re-requested the reviews due to change on error handling |
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 👍
Changes
spec.distribution.modules.ingress.certManager.clusterIssuer.route53.hostedZoneId
on the EKS private schema by reading it from the Terraform outputs.Closes #sighupio/fury-distribution#134.