chengleqi
chengleqi
I encountered a strange problem when I wrote unit test due to the version of controller-runtime. I use code like this `r.Client.List(..., &unstructured.UnstructuredList{}, ...)`, It run correctly when the Client...
When I delete the gitops.kubesphere.io/Application I want to delete all HelmReleases belong to it. I can implement it just set the all HelmReleases' `OwnerReferences` to the Application. And I also...
> > Is there any different between the `OwnerReferences` solution and the `Finalizer` solution in this situation? > > I'm not sure if I understand it correctly. But it might...
@kubesphere/sig-devops @LinuxSuRen
> The modification of this PR includes the contents in 743. Are there any dependencies between the two PRs? If not, it should be developed based on master branch. Yes,...
I remain the **POST** **GET** **LIST** **UPDATE** **DELETE** API on Applications and remove /sync and /application-summary API that ArgoCD Exclusive to the `argocd` directory. It support both ArgoCD and FluxCD...
- Extract public handler into `gitops` folder and Embed the public handler in both `argocd handler` and `fluxcd handler` so these handler can use the public handler. - Add `--argocd`...
/cc sig-devops