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

     1  This folder contains an Argo CD configuration file to allow
     2  testing CMP plugins locally. The Kustomize project will:
     3  
     4  - Install Argo CD in the current k8s context
     5  - Patch repo server configuring a test CMP plugin
     6  - Install an application that can be used to interact with the CMP plugin
     7  
     8  To install Argo CD with this Kustomize project run the following
     9  command:
    10  
    11  `kustomize build ./test/manifests/cmp | sed 's/imagePullPolicy: Always/imagePullPolicy: Never/g' | kubectl apply -f -`
    12  
    13  In Argo CD UI login with user/pass: admin/password
    14  
    15  An application with name `cmp-sidecar` should be available for testing.