fix(common): Release v3.3.1

This commit is contained in:
Bernd Schorgers 2024-07-30 10:44:08 +02:00
parent 60b34d0323
commit 073d3a8405
No known key found for this signature in database
GPG key ID: BC5E2BD907F9A8EC
5 changed files with 27 additions and 5 deletions

View file

@ -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