Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Vague ArgoCD installation instructions #554

Open
brian-bk opened this issue Dec 5, 2024 · 0 comments
Open

Vague ArgoCD installation instructions #554

brian-bk opened this issue Dec 5, 2024 · 0 comments

Comments

@brian-bk
Copy link

brian-bk commented Dec 5, 2024

Hello, the installation of this via GitOps and ArgoCD is vague. The presented config file isn't an ArgoCD Application or ApplicationSet, so it's not clear how the config file is actually supposed to be used.

Installation and Usage

Eventually Argo Hub is simple, being a set of reusable Kubernetes manifests (workflowTemplates and RBAC related resources).

[...]

  • Using Argo CD you can easily get the entire argo hub by getting it automatically applied to your cluster using the GitOps approach.

Using Argo CD application set with following config file

{
  "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"
}

It would be nice to be given a full ApplicationSet config, if that's what the recommendation really is here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant