Open mihaigalos opened 9 months ago
There is a workaround .
Hi @MauroSoli, it seems this changes kustomize's openAPI sources. I'm not ok to deploy this in production.
Would like to specify multiple entries in the sources[] and have kustomize consume them.
Since this is not natively possible in kustomize, ArgoCD might need to generate some intermediate files and mix them in.
Checklist:
argocd version
.Describe the bug Multiple sources for kustomize seem to not work using
v2.9.3
.To Reproduce
I'm using a generator in a monorepo containing the appset and custom overlays. It has following file hierarchy:
core/dev-applicationSet.yaml
(simplified - this is a file in the same repo (proj-mono), referencing the repo again to include another path (core/{{.name}}/stages/proj1-dev)):This does generate the
proj-externaldns
app, but does not add the overlays incore/{{.name}}/stages/proj1-dev
.Expected behavior
Overlays get added using multiple sources.
Screenshots
Version
Logs