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