mirror of
https://github.com/bjw-s-labs/helm-charts.git
synced 2025-07-04 00:47:04 +02:00
fix(common): Release v3.3.1
This commit is contained in:
parent
60b34d0323
commit
073d3a8405
5 changed files with 27 additions and 5 deletions
|
@ -106,3 +106,20 @@ tests:
|
|||
equal:
|
||||
path: spec.allocateLoadBalancerNodePorts
|
||||
value: false
|
||||
|
||||
- it: externalName should pass for ExternalName service
|
||||
values:
|
||||
- ../_values/service_main_default.yaml
|
||||
set:
|
||||
service:
|
||||
main:
|
||||
type: ExternalName
|
||||
externalName: my.database.example.com
|
||||
asserts:
|
||||
- documentIndex: &ServiceDocument 1
|
||||
isKind:
|
||||
of: Service
|
||||
- documentIndex: *ServiceDocument
|
||||
equal:
|
||||
path: spec.externalName
|
||||
value: my.database.example.com
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue