From 30dccb06fa10c88c21aaec5f87e5902502820498 Mon Sep 17 00:00:00 2001 From: Jack Jackson Date: Sun, 16 Jul 2023 20:48:13 -0700 Subject: [PATCH] More docs on bootstrapping --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index bd1e218..49882ca 100644 --- a/README.md +++ b/README.md @@ -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/)