diff --git a/nextcloud-syncthing-argocd-apps/templates/nc-syncthing-postinstall.yaml b/nextcloud-syncthing-argocd-apps/templates/nc-syncthing-postinstall.yaml index 7354dd1..2059b8b 100644 --- a/nextcloud-syncthing-argocd-apps/templates/nc-syncthing-postinstall.yaml +++ b/nextcloud-syncthing-argocd-apps/templates/nc-syncthing-postinstall.yaml @@ -16,7 +16,8 @@ spec: releaseName: nc-syncthing-postinstall valuesObject: tailscaleIngresses: - odooHostname: {{ .Values.tailscaleIngresses.ncHostname }} + ncHostname: {{ .Values.tailscaleIngresses.ncHostname }} + syncthingHostname: {{ .Values.tailscaleIngresses.syncthingHostname }} destination: server: {{ .Values.destination.server }} namespace: {{ .Values.destination.namespace }}