Skip to content

Commit

Permalink
ddns-updater: dont require host
Browse files Browse the repository at this point in the history
  • Loading branch information
stavros-k committed Sep 19, 2024
1 parent 0b847ca commit b964c7f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion library/ix-dev/community/ddns-updater/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ description: Lightweight universal DDNS Updater with web UI
annotations:
title: DDNS Updater
type: application
version: 1.0.30
version: 1.0.31
apiVersion: v2
appVersion: 2.9.0
kubeVersion: '>=1.16.0-0'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ settings:
{{- fail (printf "DDNS Updater - DNS Provider [%v] is not supported" $item.provider) -}}
{{- end }}
- provider: {{ $item.provider }}
host: {{ $item.host | required (printf "DDNS Updater - Expected non-empty [Host] for %v provider" $item.provider) | quote }}
host: {{ $item.host | quote }}
domain: {{ $item.domain | required (printf "DDNS Updater - Expected non-empty [Domain] for %v provider" $item.provider) | quote }}
ip_version: {{ $item.ipVersion | default "" | quote }}
{{- include (printf "ddns.config.%v" $item.provider) (dict "item" $item) | trim | nindent 4 -}}
Expand Down

0 comments on commit b964c7f

Please sign in to comment.