[stable/external-dns] Fix interval description (#11845)

Signed-off-by: Zadkiel Aharonian <hello@zadkiel.fr>
This commit is contained in:
Zadkiel
2019-04-01 15:04:34 -07:00
committed by Kubernetes Prow Robot
parent 8a14b89fee
commit eda0d61981
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -3,7 +3,7 @@ description: |
Configure external DNS servers (AWS Route53, Google CloudDNS and others)
for Kubernetes Ingresses and Services
name: external-dns
version: 1.7.1
version: 1.7.2
appVersion: 0.5.9
home: https://github.com/kubernetes-incubator/external-dns
sources:
+1 -1
View File
@@ -76,7 +76,7 @@ The following table lists the configurable parameters of the external-dns chart
| `publishInternalServices` | Allow external-dns to publish DNS records for ClusterIP services (optional). | `false` |
| `rbac.create` | If true, create & use RBAC resources | `false` |
| `rbac.serviceAccountName` | Existing ServiceAccount to use (ignored if rbac.create=true) | `default` |
| `interval` | Interval update period to use (options: txt, noop) | `txt` |
| `interval` | Interval update period to use | `1m` |
| `registry` | Registry method to use (options: txt, noop) | `txt` |
| `resources` | CPU/Memory resource requests/limits. | `{}` |
| `securityContext` | Security options the pod should run with. [More info](https://kubernetes.io/docs/concepts/policy/security-context/) | `{}` |