mirror of
https://github.com/argoproj/argo-cd
synced 2026-04-22 01:17:16 +00:00
fix: CMPv2 does not allow symlinks to adjacent files in same git repo. Fixes #13342 (#13360) Signed-off-by: Jiacheng Xu <xjcmaxwellcjx@gmail.com>
13 lines
385 B
YAML
13 lines
385 B
YAML
apiVersion: argoproj.io/v1alpha1
|
|
kind: ConfigManagementPlugin
|
|
metadata:
|
|
name: cmp-symlink
|
|
spec:
|
|
version: v1.0
|
|
init:
|
|
command: [kustomize, version]
|
|
generate:
|
|
command: [sh, -c, 'kustomize edit set image test=quay.io/argoprojlabs/argocd-e2e-container:0.2 && kustomize build --load-restrictor LoadRestrictionsNone']
|
|
discover:
|
|
find:
|
|
glob: "**/kustomization.yaml"
|