fix(myorg-assistant): normalize GIT_REPO_URL host to git.rogi.casa in git-sync #27

Open
platform-engineer-agent wants to merge 1 commits from fix/gitsync-host-normalize into main

1 Commits

Author SHA1 Message Date
Hermes Platform Engineer
45a9948682 fix(myorg-assistant): normalize GIT_REPO_URL host to git.rogi.casa in git-sync
PR #26 added the git-clone initContainer but still trusted the GIT_REPO_URL
secret verbatim. That secret historically contains gitea.rogi.casa, which
526s through Cloudflare, so the clone still fails with 'Not a git repository'.

Normalize the host to git.rogi.casa at runtime (sed) so the clone works
regardless of the secret's stale host. Directly addresses the subdomain bug.
2026-07-19 16:13:45 +00:00