When syncing app-a, we want app-c to be synced automatically as well. We are already using sync waves for ordering. Is there a supported way in Argo CD to define application-level dependencies, such that syncing one application (app-a) automatically triggers syncing another specific application (app-c)?
kubernetes - Argo CD App of Apps – How to automatically sync a ...
Below is my current ingress configuration for my argo workflows values file. Argo Workflows Ingress Configs When i deploy it, it points to my backend service for argo workflows which is named "argo-workflows-server" - I am able to port-forward to this so the service and pod behind it is definitley working.
1 i have responded to your issue in argocd-autopilot issues page. i think you might be running an outdated version to the binary. the original problem was with the argo-cd.yaml file tries to reference bootstrap\argo-cd, while it should be bootstrap/argo-cd - this issue was resolved in v0.4.11
It has finalizers as sensor-controller. In v1.7.0+, argo events team has merged sensor controller & source controller into argo-events-controller-manager. I believe, event sensor and event source are pointing to wrong controller It should ideally be pointing to argo-events-controller To resolve this issue till this bug is fixed in argo-events kubernetes charts: Update your sensor & event ...
I am trying to add the Gitlab repo to Argo CD but it is throwing this error. Unable to connect HTTPS repository: unexpected client error: unexpected requesting "https://git.blahhh.blahh//info/refs?service=git-upload-pack" status code: 400 I used SSH connection with a private key but still unable.
I’m trying to set up an Argo CD ApplicationSet where I want to enable auto-sync for the develop environment and disable it for the prod environment. Here’s what I have so far: apiVersion: argoproj.io/