mirror of
https://github.com/argoproj/argo-cd.git
synced 2026-03-10 02:18:46 +01:00
11 lines
231 B
YAML
11 lines
231 B
YAML
apiVersion: argoproj.io/v1alpha1
|
|
kind: ConfigManagementPlugin
|
|
metadata:
|
|
name: cmp-gitsshcreds
|
|
spec:
|
|
version: v1.0
|
|
generate:
|
|
command: ["sh", "generate.sh"]
|
|
discover:
|
|
fileName: "subdir/s*.yaml"
|
|
provideGitCreds: true |