helm-charts/charts/other/common-chart/tests/service/names_test.yaml
Bᴇʀɴᴅ Sᴄʜᴏʀɢᴇʀs a1a80f5ff5
feat(common)!: Migrate library chart
2022-08-07 11:45:41 +02:00

29 lines
678 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-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-common-chart-http