Correcting ingress unit test name
All checks were successful
check-and-test / check-and-test (pull_request) Successful in 35s

This commit is contained in:
212597596
2024-06-05 21:23:08 +03:00
parent bc3915ae4d
commit 3aa520a0d7

View File

@@ -23,7 +23,7 @@ tests:
- equal:
path: spec.rules[0].host
value: "gitea.example.com"
- it: Ingress Cass using TPL
- it: Ingress Class using TPL
set:
global.ingress.className: "ingress-class"
ingress.className: "{{ .Values.global.ingress.className }}"