mirror of
https://github.com/bjw-s-labs/helm-charts.git
synced 2025-07-04 08:57:04 +02:00
feat(common)!: Release common-3.0.0 (#284)
This commit is contained in:
parent
a27c4f6124
commit
3981facca6
16 changed files with 124 additions and 116 deletions
|
@ -44,6 +44,7 @@ tests:
|
|||
|
||||
- it: multiple ingress should pass
|
||||
values:
|
||||
- ../_values/service_main_default.yaml
|
||||
- ../_values/ingress_main_default_hosts.yaml
|
||||
set:
|
||||
ingress.test:
|
||||
|
@ -52,23 +53,27 @@ tests:
|
|||
paths:
|
||||
- path: /
|
||||
service:
|
||||
name: main
|
||||
identifier: main
|
||||
port: http
|
||||
asserts:
|
||||
- hasDocuments:
|
||||
count: 3
|
||||
count: 4
|
||||
- documentIndex: 0
|
||||
not: true
|
||||
isKind:
|
||||
of: Ingress
|
||||
- documentIndex: &FirstIngressDocument 1
|
||||
- documentIndex: 1
|
||||
not: true
|
||||
isKind:
|
||||
of: Ingress
|
||||
- documentIndex: &FirstIngressDocument 2
|
||||
isKind:
|
||||
of: Ingress
|
||||
- documentIndex: *FirstIngressDocument
|
||||
equal:
|
||||
path: metadata.name
|
||||
value: RELEASE-NAME-main
|
||||
- documentIndex: &SecondIngressDocument 2
|
||||
- documentIndex: &SecondIngressDocument 3
|
||||
isKind:
|
||||
of: Ingress
|
||||
- documentIndex: *SecondIngressDocument
|
||||
|
@ -87,7 +92,7 @@ tests:
|
|||
paths:
|
||||
- path: /
|
||||
service:
|
||||
name: main
|
||||
identifier: main
|
||||
port: http
|
||||
asserts:
|
||||
- hasDocuments:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue