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