mirror of
https://github.com/argoproj/argo-cd
synced 2026-04-21 17:07:16 +00:00
11 lines
No EOL
248 B
YAML
11 lines
No EOL
248 B
YAML
apiVersion: argoproj.io/v1alpha1
|
|
kind: ConfigManagementPlugin
|
|
metadata:
|
|
name: cmp-gitsshcreds-disable-sharing
|
|
spec:
|
|
version: v1.0
|
|
generate:
|
|
command: ["sh", "generate.sh"]
|
|
discover:
|
|
fileName: "subdir/s*.yaml"
|
|
provideGitCreds: false |