-
Notifications
You must be signed in to change notification settings - Fork 26
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 external dns, ingress tls certs #103
base: main
Are you sure you want to change the base?
Conversation
Readme updates coming shortly |
547e523
to
4548bdf
Compare
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.
Nice!
@@ -169,6 +169,97 @@ AWS Secret Manager is disabled by default. If you would like to store your datab | |||
- You'll need an IAM role with necessary permissions and associate that IAM role with the service account used by your pods: | |||
- See [External secrets operator EKS service account credentials](https://external-secrets.io/latest/provider/aws-secrets-manager/#eks-service-account-credentials) for more details. | |||
|
|||
##### Cert-Manager Configuration |
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.
idk if this is only in github preview but it is broken, the table seems to cut at some point and I can see the raw table data instead of the preview, probably a formatting issue?
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.
After checking , it seems like there is a line break in the table section (line 915), probably needs to get fixed
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.
Not an expert but in general LGTM , The only detail holding my +1 is this formatting issue with the README 👀
Fixed external dns for AWS - external dns service account was not being created in the correct namespace
Added templates for requesting certificates (via CertManager and LetsEncrypt) for domains specified on Ingresses (tested for Azure and AWS