mirror of
https://github.com/bitnami/charts.git
synced 2026-03-15 06:47:24 +08:00
Synchronize upstreamed folder to 2f03b54df
This commit is contained in:
@@ -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:
|
||||
|
||||
@@ -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` |
|
||||
|
||||
@@ -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 }}
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user