mirror of
https://github.com/argoproj/argo-cd
synced 2026-04-21 17:07:16 +00:00
Signed-off-by: Ratul Basak <ratulbasak93@gmail.com> Signed-off-by: Alexandre Gaudreault <alexandre_gaudreault@intuit.com> Co-authored-by: Alexandre Gaudreault <alexandre_gaudreault@intuit.com>
14 lines
449 B
YAML
14 lines
449 B
YAML
actionTests:
|
|
- action: restart
|
|
inputPath: testdata/statefulset.yaml
|
|
expectedOutputPath: testdata/statefulset-restarted.yaml
|
|
- action: scale
|
|
inputPath: testdata/statefulset.yaml
|
|
expectedOutputPath: testdata/statefulset-scaled.yaml
|
|
parameters:
|
|
replicas: '6'
|
|
- action: scale
|
|
inputPath: testdata/statefulset.yaml
|
|
expectedErrorMessage: 'invalid number: not_a_number'
|
|
parameters:
|
|
replicas: 'not_a_number'
|