github.com/argoproj/argo-cd/v2@v2.10.5/test/manifests/cmp/app.yaml (about)

     1  apiVersion: argoproj.io/v1alpha1
     2  kind: Application
     3  metadata:
     4    name: plugin-test-app
     5  spec:
     6    project: default
     7    source:
     8      repoURL: https://github.com/argoproj/argo-cd.git
     9      path: test/manifests/cmp/app
    10      plugin:
    11        env:
    12          - name: FOO
    13            value: bar
    14          - name: REV
    15            value: test-$ARGOCD_APP_REVISION
    16        parameters:
    17          - name: array-param
    18            array:
    19              - override
    20              - values
    21    destination:
    22      namespace: default
    23      server: https://kubernetes.default.svc