We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6e7e0bc commit de034a7Copy full SHA for de034a7
1 file changed
README.md
@@ -151,6 +151,7 @@ Deploy ArgoCD and ApplicationSets in the correct order:
151
```bash
152
# Step 1: Deploy ArgoCD itself
153
kubectl apply -f infrastructure/argocd-app.yaml
154
+kubectl apply -f infrastructure/projects.yaml
155
156
# Wait for ArgoCD to be ready (2-5 minutes)
157
kubectl wait --for=condition=Available deployment/argocd-server -n argocd --timeout=300s
0 commit comments