mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
[stable/external-dns] Fix interval description (#11845)
Signed-off-by: Zadkiel Aharonian <hello@zadkiel.fr>
This commit is contained in:
committed by
Kubernetes Prow Robot
parent
8a14b89fee
commit
eda0d61981
@@ -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:
|
||||
|
||||
@@ -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/) | `{}` |
|
||||
|
||||
Reference in New Issue
Block a user