Created
July 23, 2020 07:26
-
-
Save BaptistG/36a099655cf88a6fc7b0189eca4f3aca to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| helm install <RELEASE_NAME> stable/external-dns \ | |
| --set provider=aws \ | |
| --set domainFilters[0]=<DOMAIN_FILTER>\ | |
| --set policy=sync \ | |
| --set registry=txt \ | |
| --set txtOwnerId=<HOSTED_ZONE_ID> \ | |
| --set interval=3m \ | |
| --set rbac.create=true \ | |
| --set rbac.serviceAccountName=external-dns \ | |
| --set rbac.serviceAccountAnnotations.eks\.amazonaws\.com/role-arn=<ROLE_ARN> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment