diff options
| author | Paul Buetow <paul@buetow.org> | 2026-06-07 10:21:38 +0300 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2026-06-07 10:21:38 +0300 |
| commit | d28ee1ceed36f643e0895b6b202820d6b132d89f (patch) | |
| tree | 814ec88d6d444d44f6f16cca72eec55fb728e04b | |
| parent | cee2d787cf7a42a9dab559ab06ccf6e23dac33ff (diff) | |
git-server: switch ArgoCD app to pull from internal git-server
| -rw-r--r-- | f3s/argocd-apps/cicd/git-server.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/f3s/argocd-apps/cicd/git-server.yaml b/f3s/argocd-apps/cicd/git-server.yaml index be96b7f..6c46870 100644 --- a/f3s/argocd-apps/cicd/git-server.yaml +++ b/f3s/argocd-apps/cicd/git-server.yaml @@ -8,7 +8,7 @@ metadata: spec: project: default source: - repoURL: https://codeberg.org/snonux/conf.git + repoURL: http://git-server.cicd.svc.cluster.local/conf.git targetRevision: master path: f3s/git-server/helm-chart destination: |
