Fix Argo CD child app repoURL: k3s Gitea → GKE Gitea
gitea-gke and vault-gke were pointing at the dead k3s-internal Gitea (http://gitea.git.svc.cluster.local:3000). gke-apps already uses https://git.neuralplatform.ai and syncs successfully — update child apps to match. Once gke-apps picks this up, gitea-gke will sync the pending GITEA__actions__ENABLED=true commit.
This commit is contained in:
@@ -21,7 +21,7 @@ metadata:
|
|||||||
spec:
|
spec:
|
||||||
project: default
|
project: default
|
||||||
source:
|
source:
|
||||||
repoURL: http://gitea.git.svc.cluster.local:3000/will/infrastructure.git
|
repoURL: https://git.neuralplatform.ai/will/infrastructure.git
|
||||||
targetRevision: main
|
targetRevision: main
|
||||||
path: servers/gcp/k8s/gitea
|
path: servers/gcp/k8s/gitea
|
||||||
destination:
|
destination:
|
||||||
|
|||||||
@@ -16,7 +16,7 @@ metadata:
|
|||||||
spec:
|
spec:
|
||||||
project: default
|
project: default
|
||||||
source:
|
source:
|
||||||
repoURL: http://gitea.git.svc.cluster.local:3000/will/infrastructure.git
|
repoURL: https://git.neuralplatform.ai/will/infrastructure.git
|
||||||
targetRevision: main
|
targetRevision: main
|
||||||
path: servers/gcp/k8s/vault
|
path: servers/gcp/k8s/vault
|
||||||
destination:
|
destination:
|
||||||
|
|||||||
Reference in New Issue
Block a user