-
|
I'm using ArgoCD via Red Hat's GitOps operator (so that's v2.0.0). I've created a simple ApplicationSet that generates a single Application, which in turns is supposed to set up a small number of resources (namespace, deployment, configmap, service, route). The ApplicationSet is able to create the Application without a problem, and the Application is then able to create the Namespace and the ConfigMap, but the remaining resources never get created. ArgoCD itself tells me only that "one or more objects failed to apply". The resources apply just fine if I create them manually via Looking at the logs from the application controller pod, I don't see any obvious errors related to these resources. Mostly just this: Where do I look for details? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
|
The answer is that the specific errors are visible when you click on the "Sync Error" message in the application detail screen. |
Beta Was this translation helpful? Give feedback.
The answer is that the specific errors are visible when you click on the "Sync Error" message in the application detail screen.