File tree Expand file tree Collapse file tree
infrastructure/controllers/argocd Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -167,7 +167,7 @@ kubectl wait --for=condition=Available deployment/argocd-server -n argocd --time
167167# Now that ArgoCD is running and its CRDs are ready, we can apply the 'root' application
168168# to kickstart the self-managing GitOps loop.
169169echo " Applying the root application..."
170- kubectl apply -f infrastructure/argocd/root.yaml
170+ kubectl apply -f infrastructure/controllers/ argocd/root.yaml
171171` ` `
172172** That' s it!** You have successfully and reliably bootstrapped the cluster.
173173
Original file line number Diff line number Diff line change 1111 repoURL : https://github.com/mitchross/k3s-argocd-proxmox.git # TODO: Replace with your repository URL
1212 path : infrastructure/controllers/argocd/appsets
1313 targetRevision : HEAD
14+ kustomize :
15+ buildOptions : --load-restrictor LoadRestrictionsNone
1416 destination :
1517 server : https://kubernetes.default.svc
1618 namespace : argocd
You can’t perform that action at this time.
0 commit comments