fix(07-01): use admin namespace for Gitea repository
Some checks failed
Build and Push / build (push) Has been cancelled

- Change repo URL to admin/taskplaner (repo created under admin user)
- Update CI workflow image name to admin/taskplaner
- Update repo secret documentation with correct path
This commit is contained in:
Thomas Richter
2026-02-03 15:20:47 +01:00
parent eff251ca70
commit 5a4d9ed5b9
3 changed files with 4 additions and 4 deletions

View File

@@ -13,7 +13,7 @@
# argocd.argoproj.io/secret-type: repository
# stringData:
# type: git
# url: http://gitea-http.gitea.svc.cluster.local:3000/tho/taskplaner.git
# url: http://gitea-http.gitea.svc.cluster.local:3000/admin/taskplaner.git
# username: admin
# password: "$PASSWORD"
# EOF