25 lines
1.0 KiB
Markdown
25 lines
1.0 KiB
Markdown
|
|
# external-dns
|
||
|
|
|
||
|
|
  
|
||
|
|
|
||
|
|
A Helm chart for Kubernetes External DNS
|
||
|
|
|
||
|
|
## Requirements
|
||
|
|
|
||
|
|
| Repository | Name | Version |
|
||
|
|
|------------|------|---------|
|
||
|
|
| https://kubernetes-sigs.github.io/external-dns/ | external-dns | 1.17.0 |
|
||
|
|
|
||
|
|
## Values
|
||
|
|
|
||
|
|
| Key | Type | Default | Description |
|
||
|
|
|-----|------|---------|-------------|
|
||
|
|
| external-dns.enabled | bool | `true` | |
|
||
|
|
| external-dns.rbac.additionalPermissions | list | `[]` | |
|
||
|
|
| external-dns.sources[0] | string | `"ingress"` | |
|
||
|
|
| external-dns.sources[1] | string | `"crd"` | |
|
||
|
|
| external-dns.txtOwnerId | string | `"k8s-cluster-demo"` | |
|
||
|
|
|
||
|
|
----------------------------------------------
|
||
|
|
Autogenerated from chart metadata using [helm-docs v1.14.2](https://github.com/norwoodj/helm-docs/releases/v1.14.2)
|