More docs on bootstrapping

This commit is contained in:
Jack Jackson 2023-07-16 20:48:13 -07:00
parent c06acb6b74
commit 30dccb06fa

View File

@ -18,6 +18,12 @@ Bootstrap with `kubectl apply -f main-manifest.yaml`
TODO: [App-of-apps](https://argo-cd.readthedocs.io/en/stable/operator-manual/cluster-bootstrapping/#app-of-apps-pattern) to manage whole-cluster configuration in a more programmatic way.
## Initial bootstrap
Note that you need to have manually connected the source Repository _in_ ArgoCD before installing the App-of-apps.
TODO - when we have a better secrets management system, export Gitea user password so that it can be used by ArgoCD to initialize that repository directly (https://argo-cd.readthedocs.io/en/stable/operator-manual/declarative-setup/#repositories)
## Other links
* [General documentation on repositories](https://helm.sh/docs/topics/chart_repository/)