From bc3915ae4d968490869902cd5eb0f1acc9ee2cb4 Mon Sep 17 00:00:00 2001 From: Ceddaerrix Date: Wed, 5 Jun 2024 17:11:56 +0000 Subject: [PATCH] Update unittests/deployment/ingress-configuration.yaml --- unittests/deployment/ingress-configuration.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/unittests/deployment/ingress-configuration.yaml b/unittests/deployment/ingress-configuration.yaml index 876b84d..da4668e 100644 --- a/unittests/deployment/ingress-configuration.yaml +++ b/unittests/deployment/ingress-configuration.yaml @@ -23,7 +23,7 @@ tests: - equal: path: spec.rules[0].host value: "gitea.example.com" - - it: hostname using TPL + - it: Ingress Cass using TPL set: global.ingress.className: "ingress-class" ingress.className: "{{ .Values.global.ingress.className }}"