fix(docs): fix documentation (#5560)

Signed-off-by: ivan katliarchuk <ivan.katliarchuk@gmail.com>
This commit is contained in:
Ivan Ka 2025-06-24 16:48:29 +01:00 committed by GitHub
parent e17b5ed07b
commit 57abe1d243
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 3 additions and 1 deletions

View File

@ -3,5 +3,5 @@
You can run ExternalDNS with reduced privileges since `v0.5.6` using the following `SecurityContext`. You can run ExternalDNS with reduced privileges since `v0.5.6` using the following `SecurityContext`.
```yaml ```yaml
[[% include 'security-context/limited-privilege.yaml' %]] [[% include 'security-context/extdns-limited-privilege.yaml' %]]
``` ```

View File

@ -16,6 +16,7 @@ nav:
- Out of Incubator: docs/20190708-external-dns-incubator.md - Out of Incubator: docs/20190708-external-dns-incubator.md
- Code of Conduct: code-of-conduct.md - Code of Conduct: code-of-conduct.md
- License: LICENSE.md - License: LICENSE.md
- Providers: docs/providers.md
- Tutorials: docs/tutorials/* - Tutorials: docs/tutorials/*
- Annotations: - Annotations:
- About: docs/annotations/annotations.md - About: docs/annotations/annotations.md
@ -33,6 +34,7 @@ nav:
- Rate Limits: docs/advanced/rate-limits.md - Rate Limits: docs/advanced/rate-limits.md
- TTL: docs/advanced/ttl.md - TTL: docs/advanced/ttl.md
- FQDN Templating: docs/advanced/fqdn-templating.md - FQDN Templating: docs/advanced/fqdn-templating.md
- Decisions: docs/proposal/0*.md
- Contributing: - Contributing:
- Kubernetes Contributions: CONTRIBUTING.md - Kubernetes Contributions: CONTRIBUTING.md
- Release: docs/release.md - Release: docs/release.md