You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(argocd): remove leading slash in application path
Remove the leading slash in the `path` field of the ArgoCD application
configuration to ensure compatibility with the repository structure.
ArgoCD interprets paths with a leading slash as absolute, which can
cause sync errors when it fails to locate the specified directory.
0 commit comments