argo-cd/resource_customizations/apps/Deployment/actions/action_test.yaml

10 lines
347 B
YAML
Raw Normal View History

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