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
I am trying to add a new app to my ArgoCD Autopilot instance that is in a private repo on GitLab. I have specified the --apps-git-[user|token] params but I am still getting an error Failed to load target state: failed to generate manifest for source 1 of 1: rpc error: code = Unknown desc = repository not found
argocd-autopilot app create spring-boot --app gitlab.com/ssmale-spring-boot/SpringBoot.git/helm/ -p main --wait-timeout 2m --dest-namespace spring --type dir --apps-git-token <TOKEN> --apps-git-user ssmale
The text was updated successfully, but these errors were encountered:
I am trying to add a new app to my ArgoCD Autopilot instance that is in a private repo on GitLab. I have specified the
--apps-git-[user|token]
params but I am still getting an errorFailed to load target state: failed to generate manifest for source 1 of 1: rpc error: code = Unknown desc = repository not found
The text was updated successfully, but these errors were encountered: