From eda0d61981aff47ecd90e20303f16bb021ab14d3 Mon Sep 17 00:00:00 2001 From: Zadkiel Date: Tue, 2 Apr 2019 00:04:34 +0200 Subject: [PATCH] [stable/external-dns] Fix `interval` description (#11845) Signed-off-by: Zadkiel Aharonian --- stable/external-dns/Chart.yaml | 2 +- stable/external-dns/README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/stable/external-dns/Chart.yaml b/stable/external-dns/Chart.yaml index 8f056ef2a5..dbbb0bd836 100644 --- a/stable/external-dns/Chart.yaml +++ b/stable/external-dns/Chart.yaml @@ -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: diff --git a/stable/external-dns/README.md b/stable/external-dns/README.md index 991b8dd866..a64b24f5bd 100644 --- a/stable/external-dns/README.md +++ b/stable/external-dns/README.md @@ -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/) | `{}` |