suite: Test Service templates: - charts/capi/templates/service.yaml tests: - it: should set webhook default port values set: capi.enabled: true asserts: - equal: path: spec.ports[0].targetPort value: 8777 - it: should set updated target port set: capi.port: 2319 capi.enabled: true asserts: - equal: path: spec.ports[0].targetPort value: 2319