github.com/argoproj/argo-cd/v2@v2.10.9/resource_customizations/apps/Deployment/actions/action_test.yaml (about) 1 actionTests: 2 - action: restart 3 inputPath: testdata/deployment.yaml 4 expectedOutputPath: testdata/deployment-restarted.yaml 5 - action: pause 6 inputPath: testdata/deployment.yaml 7 expectedOutputPath: testdata/deployment-pause.yaml 8 - action: resume 9 inputPath: testdata/deployment-pause.yaml 10 expectedOutputPath: testdata/deployment-resume.yaml