mirror of
https://github.com/bjw-s-labs/helm-charts.git
synced 2025-07-04 00:47: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
|
@ -6,11 +6,12 @@ templates:
|
|||
|
||||
values:
|
||||
- ../_values/ingress_main_default_hosts.yaml
|
||||
- ../_values/service_main_default.yaml
|
||||
|
||||
tests:
|
||||
- it: default should pass
|
||||
asserts:
|
||||
- documentIndex: &IngressDocument 1
|
||||
- documentIndex: &IngressDocument 2
|
||||
isKind:
|
||||
of: Ingress
|
||||
- documentIndex: *IngressDocument
|
||||
|
@ -30,9 +31,9 @@ tests:
|
|||
paths:
|
||||
- path: /test
|
||||
service:
|
||||
name: main
|
||||
identifier: main
|
||||
asserts:
|
||||
- documentIndex: &IngressDocument 1
|
||||
- documentIndex: &IngressDocument 2
|
||||
isKind:
|
||||
of: Ingress
|
||||
- documentIndex: *IngressDocument
|
||||
|
@ -52,10 +53,10 @@ tests:
|
|||
paths:
|
||||
- path: /
|
||||
service:
|
||||
name: main
|
||||
identifier: main
|
||||
port: http
|
||||
asserts:
|
||||
- documentIndex: &IngressDocument 1
|
||||
- documentIndex: &IngressDocument 2
|
||||
isKind:
|
||||
of: Ingress
|
||||
- documentIndex: *IngressDocument
|
||||
|
@ -71,9 +72,9 @@ tests:
|
|||
paths:
|
||||
- path: "/{{ .Release.Name }}.path"
|
||||
service:
|
||||
name: main
|
||||
identifier: main
|
||||
asserts:
|
||||
- documentIndex: &IngressDocument 1
|
||||
- documentIndex: &IngressDocument 2
|
||||
isKind:
|
||||
of: Ingress
|
||||
- documentIndex: *IngressDocument
|
||||
|
@ -86,7 +87,7 @@ tests:
|
|||
ingress.main:
|
||||
defaultBackend: test
|
||||
asserts:
|
||||
- documentIndex: &IngressDocument 1
|
||||
- documentIndex: &IngressDocument 2
|
||||
isKind:
|
||||
of: Ingress
|
||||
- documentIndex: *IngressDocument
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue