diff --git a/chart/templates/redirections.yaml b/chart/templates/redirections.yaml
index 2173c81bc5f12b78680133a373222798ab5d0a3f..44ca7512fb5e922d38f360503c761c919c75eaaf 100644
--- a/chart/templates/redirections.yaml
+++ b/chart/templates/redirections.yaml
@@ -6,7 +6,7 @@ apiVersion: networking.k8s.io/v1beta1
 metadata:
   name: {{ printf "redirect-from-%s" . | replace "." "-" | trunc 63 | trimSuffix "-" | quote }}
   annotations:
-    nginx.ingress.kubernetes.io/temporal-redirect: {{ $target }}
+    nginx.ingress.kubernetes.io/temporal-redirect: "https://{{ $target }}"
 spec:
   ingressClassName: external
   rules: