File tree 2 files changed +0
-8
lines changed
2 files changed +0
-8
lines changed Original file line number Diff line number Diff line change @@ -106,9 +106,6 @@ spec:
106
106
{{- if and (eq .Values.txtPrefix "") (ne .Values.txtSuffix "") }}
107
107
- --txt-suffix={{ .Values.txtSuffix }}
108
108
{{- end }}
109
- {{- if .Values.txtNewFormatOnly}}
110
- - --txt-new-format-only
111
- {{- end }}
112
109
{{- if .Values.namespaced }}
113
110
- --namespace={{ .Release.Namespace }}
114
111
{{- end }}
Original file line number Diff line number Diff line change @@ -222,11 +222,6 @@ txtPrefix:
222
222
# -- (string) Specify a suffix for the domain names of TXT records created for the `txt` registry.
223
223
# Mutually exclusive with `txtPrefix`.
224
224
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
230
225
231
226
# -- Limit possible target zones by domain suffixes.
232
227
domainFilters : []
You can’t perform that action at this time.
0 commit comments