Update unittests/deployment/ingress-configuration.yaml

This commit is contained in:
Ceddaerrix 2024-06-05 17:11:56 +00:00
parent 9f21bc008f
commit bc3915ae4d

View File

@ -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 }}"