Synchronize upstreamed folder to 2f03b54df

This commit is contained in:
bitnami-bot
2019-12-10 06:35:21 +00:00
parent 7ca043a18e
commit 752172e768
16 changed files with 65 additions and 19 deletions

View File

@@ -1,6 +1,6 @@
apiVersion: v1
name: external-dns
version: 2.12.0
version: 2.13.0
appVersion: 0.5.17
description: ExternalDNS is a Kubernetes addon that configures public DNS servers with information about exposed Kubernetes services to make them discoverable.
keywords:

View File

@@ -122,7 +122,10 @@ The following table lists the configurable parameters of the external-dns chart
| `crd.apiversion` | Sets the API version for the CRD to watch | `""` |
| `crd.kind` | Sets the kind for the CRD to watch | `""` |
| `dryRun` | When enabled, prints DNS record changes rather than actually performing them (optional) | `false` |
| `logLevel` | Verbosity of the logs (options: panic, debug, info, warn, error, fatal) | `info` |
| `logLevel` | Verbosity of the logs (options: panic, debug, info, warn, error, fatal) | `info`
| `logFormat` | Which format to output logs in (options: text, json) | `text`
|
| `interval` | Interval update period to use | `1m` |
| `istioIngressGateways` | The fully-qualified name of the Istio ingress gateway services . | `""` |
| `policy` | Modify how DNS records are sychronized between sources and providers (options: sync, upsert-only ) | `upsert-only` |

View File

@@ -51,6 +51,9 @@ spec:
{{- if .Values.logLevel }}
- --log-level={{ .Values.logLevel }}
{{- end }}
{{- if .Values.logFormat }}
- --log-format={{ .Values.logFormat }}
{{- end }}
{{- if .Values.dryRun }}
- --dry-run
{{- end }}

View File

@@ -250,6 +250,10 @@ interval: "1m"
## - panic, debug, info, warn, error, fatal
##
logLevel: info
## Formats of the ExternalDNS logs. Available values are:
## - text, json
##
logFormat: text
## Modify how DNS records are sychronized between sources and providers (options: sync, upsert-only)
##
policy: upsert-only

View File

@@ -249,6 +249,10 @@ interval: "1m"
## - panic, debug, info, warn, error, fatal
##
logLevel: info
## Formats of the ExternalDNS logs. Available values are:
## - text, json
##
logFormat: text
## Modify how DNS records are sychronized between sources and providers (options: sync, upsert-only)
##
policy: upsert-only