Eventually Argo Hub is simple, being a set of reusable Kubernetes manifests (workflowTemplates and RBAC related resources).
[...]
{
"appName": "marketplace-git-source",
"userGivenName": "marketplace-git-source",
"destNamespace": "codefresh-v2-production",
"destServer": "https://kubernetes.default.svc",
"srcPath": ".",
"srcRepoURL": "https://github.com/codefresh-io/argo-hub.git",
"srcTargetRevision": "",
"labels": { "codefresh_io_entity": "git-source" },
"exclude": "**/images/**/*",
"include": "workflows/**/*.yaml"
}
Hello, the installation of this via GitOps and ArgoCD is vague. The presented config file isn't an ArgoCD
ApplicationorApplicationSet, so it's not clear how the config file is actually supposed to be used.It would be nice to be given a full
ApplicationSetconfig, if that's what the recommendation really is here.