Skip to content

Commit f811331

Browse files
lexfreiclaude
andcommitted
docs(advanced): fix markdown formatting in split-horizon guide
Co-Authored-By: Claude <[email protected]>
1 parent 269d1cb commit f811331

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

charts/external-dns/values.schema.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,13 @@
1313
"null"
1414
]
1515
},
16+
"annotationPrefix": {
17+
"description": "Annotation prefix for external-dns annotations (useful for split horizon DNS with multiple instances).",
18+
"type": [
19+
"string",
20+
"null"
21+
]
22+
},
1623
"automountServiceAccountToken": {
1724
"description": "Set this to `false` to [opt out of API credential automounting](https://kubernetes.io/docs/tasks/configure-pod-container/configure-service-account/#opt-out-of-api-credential-automounting) for the `Pod`.",
1825
"type": "boolean"

docs/faq.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -274,6 +274,7 @@ This means that only those resources which match the selector specified in `--la
274274
For more advanced split horizon scenarios, you can use the `--annotation-prefix` flag to configure different instances to read different sets of annotations from the same resources. This is useful when you want a single Service or Ingress to create records in multiple DNS zones (e.g., internal and external).
275275

276276
For example:
277+
277278
```bash
278279
# Internal DNS instance
279280
--annotation-prefix=internal.company.io/ --provider=aws --aws-zone-type=private
@@ -283,6 +284,7 @@ For example:
283284
```
284285

285286
Then annotate your resources with both prefixes:
287+
286288
```yaml
287289
metadata:
288290
annotations:

0 commit comments

Comments
 (0)