Correcting unit test isKind syntax

This commit is contained in:
212597596 2024-06-05 18:31:51 +03:00
parent 52001b1265
commit 30c8feacd8

View File

@ -15,7 +15,7 @@ tests:
hosts:
- "{{ .Values.global.giteaHostName }}"
asserts:
- iskind:
- isKind:
of: Ingress
- equal:
path: spec.tls[0].hosts[0]
@ -34,7 +34,7 @@ tests:
hosts:
- "some-host"
asserts:
- iskind:
- isKind:
of: Ingress
- equal:
path: spec.tls[0].hosts[0]