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-app-template - 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-app-template-http