helm-charts/charts/library/common-test/tests/service/validations_test.yaml
Bernd Schorgers 425f4428ab
fix(common): Release v3.0.3 (#291)
Co-authored-by: Gabe Cook <gabe565@gmail.com>
2024-03-13 14:26:40 +01:00

14 lines
458 B
YAML

---
# yaml-language-server: $schema=https://raw.githubusercontent.com/helm-unittest/helm-unittest/main/schema/helm-testsuite.json
suite: Service validations
templates:
- common.yaml
tests:
- it: invalid controller reference should fail
set:
service:
main:
controller: other
asserts:
- failedTemplate:
errorMessage: "No enabled controller found with this identifier. (service: 'main', controller: 'other')"