mirror of
https://github.com/argoproj/argo-cd
synced 2026-04-22 01:17:16 +00:00
10 lines
No EOL
347 B
YAML
10 lines
No EOL
347 B
YAML
actionTests:
|
|
- action: restart
|
|
inputPath: testdata/deployment.yaml
|
|
expectedOutputPath: testdata/deployment-restarted.yaml
|
|
- action: pause
|
|
inputPath: testdata/deployment.yaml
|
|
expectedOutputPath: testdata/deployment-pause.yaml
|
|
- action: resume
|
|
inputPath: testdata/deployment-pause.yaml
|
|
expectedOutputPath: testdata/deployment-resume.yaml |