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
This single command uses Kustomize to deploy the ArgoCD Helm chart and the `root` application, which kickstarts the entire GitOps loop.
45
+
This final step uses our "App of Apps" pattern to bootstrap the entire cluster. This is a multi-step process to avoid race conditions with CRD installation.
46
46
47
47
```bash
48
-
# 1. Apply the ArgoCD Bootstrap Manifests
48
+
# 1. Apply the ArgoCD main components and CRDs
49
+
# This deploys the ArgoCD Helm chart, which creates the CRDs and controller.
0 commit comments