mirror of
https://github.com/kubernetes-sigs/external-dns.git
synced 2025-08-06 17:46:57 +02:00
fix(docs): fix documentation (#5560)
Signed-off-by: ivan katliarchuk <ivan.katliarchuk@gmail.com>
This commit is contained in:
parent
e17b5ed07b
commit
57abe1d243
@ -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' %]]
|
||||||
```
|
```
|
||||||
|
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user