github.com/argoproj/argo-cd/v3@v3.2.1/resource_customizations/apps/StatefulSet/actions/action_test.yaml (about)

     1  actionTests:
     2    - action: restart
     3      inputPath: testdata/statefulset.yaml
     4      expectedOutputPath: testdata/statefulset-restarted.yaml
     5    - action: scale
     6      inputPath: testdata/statefulset.yaml
     7      expectedOutputPath: testdata/statefulset-scaled.yaml
     8      parameters:
     9        replicas: '6'
    10    - action: scale
    11      inputPath: testdata/statefulset.yaml
    12      expectedErrorMessage: 'invalid number: not_a_number'
    13      parameters:
    14        replicas: 'not_a_number'