Support for GitHub releases? #6603
Unanswered
AndreZiviani
asked this question in
Q&A
Replies: 1 comment 3 replies
-
You can download the manifest and push it to your repository. Then, you can create an Argo CD application to deploy the manifest like this example https://github.com/argoproj/argocd-example-apps/tree/master/guestbook. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Some projects don't have helm charts and instead opted to distribute the manifests through GitHub releases (e.g. kubernetes metrics-server)
Is this use case supported? If so, how can I do it?
Beta Was this translation helpful? Give feedback.
All reactions