Revert ArgoCD repoURLs to GitHub temporarily
Gitea needs to be deployed before ArgoCD can read from it. Keep GitHub repoURLs so ArgoCD can discover and deploy the new gitea-pg, gitea, and gitea-runner directories. Switch to Gitea repoURLs after Gitea is running and repo is pushed.
This commit is contained in:
@@ -8,7 +8,7 @@ metadata:
|
||||
spec:
|
||||
project: default
|
||||
source:
|
||||
repoURL: ssh://git@gitea-ssh.platform.svc:2222/julia/homelab.git
|
||||
repoURL: git@github.com:lazorgurl/homelab.git
|
||||
targetRevision: main
|
||||
path: infra/kubernetes/argocd
|
||||
destination:
|
||||
|
||||
Reference in New Issue
Block a user