helm-charts/charts/other/kah-common-chart/tests/pod/replicas_test.yaml
Bᴇʀɴᴅ Sᴄʜᴏʀɢᴇʀs 4863146ad9
More paving the way
2022-07-27 20:03:28 +02:00

25 lines
493 B
YAML

suite: pod replicas
templates:
- common.yaml
tests:
- it: default should pass
asserts:
- documentIndex: 0
isKind:
of: Deployment
- documentIndex: 0
equal:
path: spec.replicas
value: 1
- it: custom replicas should pass
set:
controller.replicas: 3
asserts:
- documentIndex: 0
isKind:
of: Deployment
- documentIndex: 0
equal:
path: spec.replicas
value: 3