argocd-example-apps
argocd-example-apps copied to clipboard
Example Apps to Demonstrate Argo CD
Hi All, I am tryinf to deploy an application ito a fresh argocd installation and it does not work. I cannot create an app from the UI/CLI or through kubectl...
using a single Application template file, that will generate the other Application templates makes it easier to maintain the code. See more details on https://medium.com/@ranrubin/a-robust-implementation-of-argocds-app-of-apps-pattern-97f8071e0de
Hi there, I'm getting started with Argocd. I was able to run great examples, but I don't understand how multiple environments (dev, stage, prod) are managed. Do I have to...
The helm-guestbook example works as expected using the following commands: ``` argocd app create helm-guestbook --repo https://github.com/argoproj/argocd-example-apps --path helm-guestbook --dest-name in-cluster --dest-namespace default argocd app sync helm-guestbook kubectl port-forward svc/guestbook-helm-guestbook...
Hi, I'm following the "Getting Started" ArgoCD documentation. I successfully deployed the guestbook, but you may want to know that the deployment is broken. Redis is missing. I get the...