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
I am creating a repo using a similar approach to this one but using helm instead of kustomize. I have a couple questions regarding the setup that I couldn't find explanations in the docs:
When you guys bootstrap it in a cluster for the first time I'm guessing the steps are more or less:
Create the k8s cluster
Install argocd (manually or with a script)
Run kubectl apply -n my-argo-namespace -k argoproj-deployments/argoproj or e.g. kustomize build https://github.com/argoproj/argoproj-deployments/tree/master/argoproj/
I was wondering why is kustomize the suggested tool to manage argo with argo. Do you have any specific pointers or recommendations if I were to do it with helm instead?
The text was updated successfully, but these errors were encountered:
Hello,
I am creating a repo using a similar approach to this one but using helm instead of kustomize. I have a couple questions regarding the setup that I couldn't find explanations in the docs:
kubectl apply -n my-argo-namespace -k argoproj-deployments/argoproj
or e.g.kustomize build https://github.com/argoproj/argoproj-deployments/tree/master/argoproj/
The text was updated successfully, but these errors were encountered: