Hi. Are ArgoCD's CMPs (configuration management plugins) supported by kargo-render?
I couldn't find anything definitive in the docs about this (but a vague reference - probably in the works?).
Would like to delegate rendering to a custom ArgoCD plugin. Something like:
render:
tool: my-renderer # instead of 'kustomize' or 'helm'
source:
repoURL: git@github.com:my-org/my-app.git
path: overlays/dev
output:
branch: dev-branch
commitMessage: "Update rendered manifests via my-renderer"