MorningSpace
MorningSpace
@omgapuppy Could you please share a bit more details on how the workaround works? I'd like to have a try before it can be natively supported :-) Thanks! > a...
Oh, are you saying that people may do the clean up work in hook in the next round of sync? Should it be the `PreSync` instead of `PostSync`? i.e.: to...
@seansund I wonder if the PostSync hook will be triggered when I delete an Argo Application. (i.e.: to uninstall Argo Application). I thought sync hooks are used for something install,...
@nneram Having the same problem here. I'm really thinking that there needs to be a builtin feature in Argo CD that supports this use case, the deletion of the resources,...
We have seen the similar issue when using ApplicationSet w/ app-of-apps pattern. Using a top level app to include all ApplicationSets, and all apps will be spawned simultaneously, although some...
Found a workaround inspired by https://github.com/mkdocs/mkdocs/issues/2584: ```console pip install ghp-import mkdocs build ghp-import site -p -x site ``` As `mkdocs gh-deploy` relies on [ghp-import](https://github.com/c-w/ghp-import) to do the actual git push,...
@claudiubelu, actually I was using [KIND](https://kind.sigs.k8s.io/) that wraps containerd and ctr, and the image that I referred to in this issue can be used to start the container w/o problem....
@stoader @panyuenlau I am seeing similar issue when deploying koperator on OpenShift, though the error is different. It looks all errors are something as below: * failed to wait for...
I saw the same issue in my env w/ this error: ``` MountVolume.SetUp failed for volume "ca" : secret "multicloud-ca-cert" not found ``` Also, I didn't see below pods in...
Any update for this issue? Really looking forward to this feature. Without specifying workspace, it looks the manually kicking off PipelineRun or TaskRun feature is not really useful in many...