From 603d15267bd40b36b09a2db4add369565c42b1c8 Mon Sep 17 00:00:00 2001 From: Demid Date: Thu, 25 Jul 2024 15:04:56 +0300 Subject: [PATCH] fix: typo PREVIEW_HOST -> PREVIEW_LMS_HOST (#76) --- .../tutor_k8s_harmony_plugin/patches/k8s-services | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tutor-contrib-harmony-plugin/tutor_k8s_harmony_plugin/patches/k8s-services b/tutor-contrib-harmony-plugin/tutor_k8s_harmony_plugin/patches/k8s-services index 22b1d74..a6f0370 100644 --- a/tutor-contrib-harmony-plugin/tutor_k8s_harmony_plugin/patches/k8s-services +++ b/tutor-contrib-harmony-plugin/tutor_k8s_harmony_plugin/patches/k8s-services @@ -2,7 +2,7 @@ # handle HTTPS certs and forward traffic to each Open edX instance's Caddy # instance. {%- set HOSTS = [LMS_HOST, CMS_HOST] + K8S_HARMONY_ADDITIONAL_INGRESS_HOST_LIST %} -{%- set tmp = HOSTS.append(PREVIEW_HOST) if PREVIEW_HOST is defined %} +{%- set tmp = HOSTS.append(PREVIEW_LMS_HOST) if PREVIEW_LMS_HOST is defined %} {%- set tmp = HOSTS.append(MFE_HOST) if MFE_HOST is defined %} {%- set tmp = HOSTS.append(ECOMMERCE_HOST) if ECOMMERCE_HOST is defined %} {%- set tmp = HOSTS.append(DISCOVERY_HOST) if DISCOVERY_HOST is defined %}