docs: bootstrap Argo Git auth and registry pull secret

Made-with: Cursor
This commit is contained in:
timotheereausanofi
2026-03-20 10:16:07 +01:00
parent 52847814e0
commit 4ef10ffc20
2 changed files with 48 additions and 0 deletions

View File

@@ -42,6 +42,10 @@ Sync waves order Postgres → Redis/Rabbit/config → application pods.
If `kubectl` reports *You must be logged in*, refresh your kubeconfig (e.g. copy `/etc/rancher/k3s/k3s.yaml` from the server or re-run your auth plugin) before applying manifests.
## Private Git + registry
See [docs/BOOTSTRAP.md](docs/BOOTSTRAP.md) for Argo CD access to `git.luneski.fr` and `docker-registry` for `hub.andrewalliance.com`.
## Helm note (Windows)
Helm 3.19 may return empty content for `.Files.Get` on Windows; this chart uses `fromYaml (.Files.AsConfig)` as a workaround so packaged files still render correctly.