argocd-example-apps icon indicating copy to clipboard operation
argocd-example-apps copied to clipboard

helm-guestbook example cleanup

Open danielhelfand opened this issue 4 years ago • 1 comments

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 8080:80 -n default

The example should provide some documentation on the above commands and should also illustrate something unique about argo-cd's helm support. Maybe the values-production.yaml file should be updated and used as part of the example or an update can be pushed to the values file to show the change synced in.

danielhelfand avatar Mar 29 '22 17:03 danielhelfand

I am also lost, attempting to add this example to argocd using the UI. There are Helm examples in the documentation, but non use this repository.

rvalle avatar May 24 '25 09:05 rvalle