Skip to content

ch007m/my-argocd

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ArgoCD issue

When an Application is installed on a cluster within a user's namespace and where its AppProject is also installed within a user's namespace, then we got as error within the Application resource status:

Application referencing project xyz which does not exist

even if the AppProject is well created under the user's namespace.

Issue: argoproj/argo-cd#21150 Discussion: argoproj/argo-cd#8402 (reply in thread)

How to reproduce

  • Create a kind cluster and deploy argocd
idpbuilder create --color --name dabou --port 8443 -c argocd:argocd-cm.yaml
  • Rollout argocd as the configMap content changed
kubectl rollout restart -n argocd deployment argocd-server
kubectl rollout restart -n argocd statefulset argocd-application-controller 
  • Deploy the argocd resources
kubectl apply -f app-to-app-error.yaml

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published