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 -3
View File
@@ -68,7 +68,7 @@ metadata:
spec:
project: homelab
source:
repoURL: git@github.com:Riotpiaole/riotpiao.homelab.com.git
repoURL: https://github.com/Riotpiaole/riotpiao.homelab.com.git
targetRevision: main
path: k8s/apps/messaging/kafka-cluster
destination:
@@ -89,7 +89,7 @@ metadata:
spec:
project: homelab
source:
repoURL: git@github.com:Riotpiaole/riotpiao.homelab.com.git
repoURL: https://github.com/Riotpiaole/riotpiao.homelab.com.git
targetRevision: main
path: k8s/apps/messaging/queue-crd
destination:
@@ -110,7 +110,7 @@ metadata:
spec:
project: homelab
source:
repoURL: git@github.com:Riotpiaole/riotpiao.homelab.com.git
repoURL: https://github.com/Riotpiaole/riotpiao.homelab.com.git
targetRevision: main
path: k8s/apps/messaging/management-service
destination: