helm-charts/charts/other/kah-common-chart/tests/service/names_test.yaml
Bᴇʀɴᴅ Sᴄʜᴏʀɢᴇʀs bcded223a6
More CI improvements
2022-07-29 21:12:02 +02:00

29 lines
686 B
YAML

suite: service names
templates:
- common.yaml
tests:
- it: default should pass
asserts:
- hasDocuments:
count: 2
- documentIndex: &ServiceDocument 1
isKind:
of: Service
- documentIndex: *ServiceDocument
equal:
path: metadata.name
value: RELEASE-NAME-kah-common-chart
- it: custom name suffix should pass
set:
service:
main:
nameOverride: http
asserts:
- documentIndex: &ServiceDocument 1
isKind:
of: Service
- documentIndex: *ServiceDocument
equal:
path: metadata.name
value: RELEASE-NAME-kah-common-chart-http