fix(argocd): update poimen repoURL after rock/poiman rename to rock/poimen
The poiman repo was renamed to poimen on Forgejo; the stale repoURL made poimen-root fail with a 301 redirect ComparisonError (ArgoCD's git client doesn't follow redirects on smart-HTTP fetch), blocking sync for poimen-root and everything under it.
This commit is contained in:
@@ -17,7 +17,7 @@ metadata:
|
|||||||
spec:
|
spec:
|
||||||
project: homelab
|
project: homelab
|
||||||
source:
|
source:
|
||||||
repoURL: https://forgejo.riotpiao.com/rock/poiman.git
|
repoURL: https://forgejo.riotpiao.com/rock/poimen.git
|
||||||
targetRevision: main
|
targetRevision: main
|
||||||
path: k8s/argocd
|
path: k8s/argocd
|
||||||
directory:
|
directory:
|
||||||
|
|||||||
Reference in New Issue
Block a user