Correcting unit test isKind syntax
This commit is contained in:
parent
52001b1265
commit
30c8feacd8
@ -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]
|
||||
|
Loading…
Reference in New Issue
Block a user