github.com/argoproj/argo-cd/v3@v3.2.1/test/e2e/testdata/cmp-gitsshcreds/plugin.yaml (about) 1 apiVersion: argoproj.io/v1alpha1 2 kind: ConfigManagementPlugin 3 metadata: 4 name: cmp-gitsshcreds 5 spec: 6 version: v1.0 7 generate: 8 command: ["sh", "generate.sh"] 9 discover: 10 fileName: "subdir/s*.yaml" 11 provideGitCreds: true