fix(argocd): clone the public GitHub seed anonymously over HTTPS and delete the SSH deploy-key Secret — its private half had been committed in plaintext to a public remote, and a public repo needs no credential at all

This commit is contained in:
Story Crater Bot
2026-08-13 18:02:52 -07:00
parent ff77df5933
commit a816045d3b
15 changed files with 41 additions and 93 deletions
@@ -3,8 +3,8 @@
# GitHub seed so ArgoCD can deploy everything after the control plane. After
# Forgejo is healthy + mirroring GitHub, cut over with phase5-cutover/root-app-forgejo.yaml.
#
# repoURL is the SSH form — must match the `url` in the seed-repo deploy-key Secret
# (see seed-repo-secret.example.yaml). Apply that Secret before this.
# repoURL is anonymous HTTPS — the seed repo is public, so no deploy key and no
# repository Secret are needed. Nothing to apply before this.
---
apiVersion: v1
kind: Namespace
@@ -44,7 +44,7 @@ metadata:
spec:
project: homelab
source:
repoURL: git@github.com:Riotpiaole/riotpiao.homelab.com.git # GitHub seed (SSH)
repoURL: https://github.com/Riotpiaole/riotpiao.homelab.com.git # GitHub seed (SSH)
targetRevision: main
path: k8s/argocd/apps
destination: