docs: Removes Forgejo admin password hardcoding TODO

The issue regarding the hardcoded Forgejo admin password has been addressed and no longer needs to be tracked as a known issue or TODO.
This commit is contained in:
Felix Wolf 2026-04-04 17:37:44 +02:00
parent 596e10f226
commit 27647e6c5c

View file

@ -66,7 +66,6 @@ kubectl apply -f rendered/envs/production/<app>/ --server-side # Deploy
## Known Issues / TODOs
- **Forgejo admin password**: Hardcoded in rendered secrets (`r8sA8CPHD9!bt6d`). Move to external secret before pushing to git.
- **Namespace race condition**: First `kubectl apply` of a new app often fails because namespace isn't ready. Re-apply once.
- **Traefik DaemonSet updates**: Requires `updateStrategy.rollingUpdate.maxSurge: 0` because hostPort conflicts prevent surge.
- **Forgejo Ingress API version**: Chart renders `extensions/v1beta1`, fixed via `ytt/ingress-fix.ytt.yaml` overlay to `networking.k8s.io/v1`.