mirror of
https://github.com/kubernetes-sigs/external-dns.git
synced 2025-08-06 01:26:59 +02:00
WIP3
This commit is contained in:
parent
a6131625cf
commit
54d58b6a33
File diff suppressed because it is too large
Load Diff
@ -12,7 +12,7 @@ image: # @schema additionalProperties: false
|
|||||||
# -- Image tag for the `external-dns` container, this will default to `.Chart.AppVersion` if not set.
|
# -- Image tag for the `external-dns` container, this will default to `.Chart.AppVersion` if not set.
|
||||||
tag: # @schema type:[string, null]
|
tag: # @schema type:[string, null]
|
||||||
# -- Image pull policy for the `external-dns` container.
|
# -- Image pull policy for the `external-dns` container.
|
||||||
pullPolicy: IfNotPresent # @schema enum:[IfNotPresent, Always];
|
pullPolicy: IfNotPresent # @schema enum:[IfNotPresent, Always, null];
|
||||||
|
|
||||||
# -- Image pull secrets.
|
# -- Image pull secrets.
|
||||||
imagePullSecrets: [] # @schema item: object
|
imagePullSecrets: [] # @schema item: object
|
||||||
@ -247,7 +247,7 @@ provider: # @schema type: [object, string];
|
|||||||
url:
|
url:
|
||||||
readTimeout:
|
readTimeout:
|
||||||
writeTimeout:
|
writeTimeout:
|
||||||
sidecar:
|
sidecar: # @schema type: [object];
|
||||||
image:
|
image:
|
||||||
# -- (string) Image repository for the `webhook` container.
|
# -- (string) Image repository for the `webhook` container.
|
||||||
repository: # @schema type:[string, null]; default: null
|
repository: # @schema type:[string, null]; default: null
|
||||||
|
Loading…
Reference in New Issue
Block a user