Synchronize ApplicationSet the same way as Application in GitopsSync step
G
Gainsboro Anglerfish
Our deployment procedure is to synchronize ApplicationSet in ArgoCD, than synchronize ApplicationSet's Applications to start a rollout of new service version.
GitopsSync step in Harness does ArgoCD Applications synchronization, but do not synchronize ApplicationSets.
The request is to let GitopsSync step synchronize ApplicationSet belonging to a service (in Harness), the same way ArgoCD Applications are found and synchronized by Harness
Context:
We are using App-of-Apps pattern in our ArgoCD setup - There is an ArgoCD Application (represents a deployment environment) that manages a set of ApplicationSets (represents applications deployed to the environment) and the ApplicationSet mages a set of Applications (every App tuns in a different k8s cluster).
Log In