Multiple sources (one helm repo, one local path) throws "failed to initialize repository resources" error #21456
Labels
bug
Something isn't working
component:core
Syncing, diffing, cluster state cache
component:repo-server
Checklist:
argocd version
.Describe the bug
Using ArgoCD's multi-source Application, one helm rpeo, one local path, things sync and get created fine, but throws an error on the bottom right saying:
To Reproduce
application.yaml
The
victoriametrics-assets/
path simply is a helm repo local to thisapplication.yaml
:. ├── Chart.yaml ├── cluster-bootstrap-apps/templates/application.yaml ├── README.md ├── values.yaml └── victoriametrics-assets ├── Chart.yaml ├── templates │ └── vs.yaml └── values.yaml
Inside of it I just create a VirtualService.
Expected behavior
A clean sync without errors.
Screenshots
image
Version
Logs
The text was updated successfully, but these errors were encountered: