mirror of
https://github.com/kubernetes-sigs/external-dns.git
synced 2025-08-07 01:56:57 +02:00
8 lines
227 B
Markdown
8 lines
227 B
Markdown
# Running ExternalDNS with limited privileges
|
|
|
|
You can run ExternalDNS with reduced privileges since `v0.5.6` using the following `SecurityContext`.
|
|
|
|
```yaml
|
|
[[% include 'security-context/extdns-limited-privilege.yaml' %]]
|
|
```
|