Skip to content

Commit c8d85a7

Browse files
committed
Revert "add new option to helm chart"
This reverts commit 299d087.
1 parent 07e4c3e commit c8d85a7

File tree

2 files changed

+0
-8
lines changed

2 files changed

+0
-8
lines changed

charts/external-dns/templates/deployment.yaml

-3
Original file line numberDiff line numberDiff line change
@@ -106,9 +106,6 @@ spec:
106106
{{- if and (eq .Values.txtPrefix "") (ne .Values.txtSuffix "") }}
107107
- --txt-suffix={{ .Values.txtSuffix }}
108108
{{- end }}
109-
{{- if .Values.txtNewFormatOnly}}
110-
- --txt-new-format-only
111-
{{- end }}
112109
{{- if .Values.namespaced }}
113110
- --namespace={{ .Release.Namespace }}
114111
{{- end }}

charts/external-dns/values.yaml

-5
Original file line numberDiff line numberDiff line change
@@ -222,11 +222,6 @@ txtPrefix:
222222
# -- (string) Specify a suffix for the domain names of TXT records created for the `txt` registry.
223223
# Mutually exclusive with `txtPrefix`.
224224
txtSuffix:
225-
# -- (boolean) When true, creates TXT records only in the new format that includes record type information (e.g. "a-" prefix for A records).
226-
# This reduces the number of DNS records created, helping with provider-specific record limits.
227-
# Note: All ExternalDNS instances must support the new format before enabling this option.
228-
# Default: false (maintains backwards compatibility by creating both old and new format records)
229-
txtNewFormatOnly: false
230225

231226
# -- Limit possible target zones by domain suffixes.
232227
domainFilters: []

0 commit comments

Comments
 (0)