From 8435d500d78883e4281f3c3c52d8250cf6da9db9 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Adrien=20S=C3=A9journ=C3=A9?= <asejourne@takima.fr>
Date: Wed, 2 Aug 2023 16:10:14 +0200
Subject: [PATCH] try preProd 3

---
 templates/api-ingress.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/templates/api-ingress.yml b/templates/api-ingress.yml
index bee2217..d35f665 100644
--- a/templates/api-ingress.yml
+++ b/templates/api-ingress.yml
@@ -6,7 +6,7 @@ metadata:
   name: {{include "name" .}}-api-ingress
 spec:
   rules:
-    - host: api.asejourne.takima.school
+    - host: {{.Values.api.ingress.host}}
       http:
         paths:
           - backend:
-- 
GitLab