You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Background: when we deploy argocd based application and appset, we need specify a git repo address for the application to deploy. If we have a local git server that would help reduce network risk.
If we clone the remote argocd example repo and push it to the local git repo, we should be able to deploy the argocd app using the local git repo instead of github using:
Background: when we deploy argocd based application and appset, we need specify a git repo address for the application to deploy. If we have a local git server that would help reduce network risk.
Nir already has this for set up such a git server:
https://github.com/RamenDR/ramen/tree/main/test/gitlap
After the local git server is ready, we can access such a repo within the cluster like:
https://github.com/RamenDR/ramen/tree/main/test/gitlap#testing-the-server
If we clone the remote argocd example repo and push it to the local git repo, we should be able to deploy the argocd app using the local git repo instead of github using:
--repo=http://host.minikube.internal/argocd-example-apps.git
See also #1681
The text was updated successfully, but these errors were encountered: