From 0d319c8192afb0d858ece34ede439b7b98b8eea5 Mon Sep 17 00:00:00 2001
From: Veselin <veselin.gizdov@cleverpine.com>
Date: Thu, 16 Feb 2023 14:00:01 +0000
Subject: [PATCH] Update ingress.yaml

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

diff --git a/templates/ingress.yaml b/templates/ingress.yaml
index c3e1634..5199cd8 100644
--- a/templates/ingress.yaml
+++ b/templates/ingress.yaml
@@ -2,7 +2,7 @@
 apiVersion: networking.k8s.io/v1
 kind: Ingress
 metadata:
-  name: mediator-test
+  name: "mediator-test"
   namespace: {{ .Release.Namespace }}
   annotations:
 {{ toYaml .Values.ingress.annotations | indent 4 }}
-- 
GitLab