mirror of
https://github.com/argoproj/argo-cd
synced 2026-05-01 13:57:19 +00:00
10 lines
489 B
YAML
10 lines
489 B
YAML
apiVersion: argoproj.io/v1alpha1
|
|
kind: ConfigManagementPlugin
|
|
metadata:
|
|
name: cmp-fileName
|
|
spec:
|
|
version: v1.0
|
|
generate:
|
|
command: [sh, -c, 'echo "{\"kind\": \"ConfigMap\", \"apiVersion\": \"v1\", \"metadata\": { \"name\": \"$ARGOCD_APP_NAME\", \"namespace\": \"$ARGOCD_APP_NAMESPACE\", \"annotations\": {\"Foo\": \"$ARGOCD_ENV_FOO\", \"KubeVersion\": \"$KUBE_VERSION\", \"KubeApiVersion\": \"$KUBE_API_VERSIONS\",\"Bar\": \"baz\"}}}"']
|
|
discover:
|
|
fileName: "subdir/s*.yaml"
|