argo-cd/resource_customizations/apps/Deployment/actions/action_test.yaml
Ishita Sequeira 07f4034aaa
feat: lua script for pause/resume action for Deployments (#7293)
Signed-off-by: ishitasequeira <isequeir@redhat.com>
2021-09-29 17:58:35 -07:00

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