Skip to content

Commit ba8ddcc

Browse files
committed
?
1 parent 3fd4101 commit ba8ddcc

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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.
169169
echo "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

infrastructure/controllers/argocd/root.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ spec:
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

0 commit comments

Comments
 (0)