fix(cloudflareddns) fix variable key (#6000)
* fix(cloudflareddns) fix variable key * Restored $cfddns key
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
{{- $domains := list }}
|
||||
{{- $records := list }}
|
||||
{{- $zones := list }}
|
||||
{{- range $item := $cfddns.host_and_record }}
|
||||
{{- range $item := $cfddns.host_zone_record }}
|
||||
{{- $domains = mustAppend $domains $item.domain }}
|
||||
{{- $records = mustAppend $records $item.record }}
|
||||
{{- $zones = mustAppend $zones $item.zone }}
|
||||
|
||||
Reference in New Issue
Block a user