request support for the non-blocking apply method #293
Labels
area/server-side-apply
SSA related issues and pull requests
question
Further information is requested
We use fluxcd to implement gitops, one application corresponds to one yaml. In use, we found that kustomize-controller will perform dry-run verification on each yaml when executing manifest apply. Once there is a problem with yaml, it will return an error directly. As a result, other normal yaml cannot be executed. See: github.com/fluxcd/pkg/ssa/manager_apply.go:125
We expect that an application yaml has a problem without affecting other application yaml to be applied。
my implementation:
The text was updated successfully, but these errors were encountered: