You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+72-7Lines changed: 72 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,11 +17,11 @@ The default configuration of ExternalDNS needs altering for this integration to
17
17
If you are deploying with the [official Helm chart](https://artifacthub.io/packages/helm/external-dns/external-dns) you can accomplish this by including this in your values file:
18
18
19
19
```yaml
20
-
extraArgs:
21
-
- --managed-record-types=A # ┐
22
-
- --managed-record-types=AAAA # ├ Default values
23
-
- --managed-record-types=CNAME # ┘
24
-
- --managed-record-types=TXT # ─ New value
20
+
managedRecordTypes:
21
+
- A # ┐
22
+
- AAAA # ├ Default values
23
+
- CNAME # ┘
24
+
- TXT # ─ New value
25
25
26
26
sources:
27
27
- service # ┬ Default values
@@ -35,7 +35,72 @@ Any supported version of cert-manager supports DNS webhooks, for documentation o
0 commit comments