diff options
| author | Paul Buetow <paul@buetow.org> | 2026-01-09 19:40:43 +0200 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2026-01-09 19:40:51 +0200 |
| commit | cf09854f0de91cb2957dc5b53c254896a23031a1 (patch) | |
| tree | 70ad2d48048d2435174d7bc3d27053c84f0c2715 | |
| parent | 97da3d02a87494c8add3709dcc8c6e657a934424 (diff) | |
Migrate example-apache-volume-claim to self-hosted git
Test migration of first application from Codeberg to internal git-server.
Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
| -rw-r--r-- | f3s/argocd-apps/test/example-apache-volume-claim.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/f3s/argocd-apps/test/example-apache-volume-claim.yaml b/f3s/argocd-apps/test/example-apache-volume-claim.yaml index e918e87..abd7387 100644 --- a/f3s/argocd-apps/test/example-apache-volume-claim.yaml +++ b/f3s/argocd-apps/test/example-apache-volume-claim.yaml @@ -8,7 +8,7 @@ metadata: spec: project: default source: - repoURL: https://codeberg.org/snonux/conf.git + repoURL: ssh://git@git-server.cicd.svc.cluster.local/repos/repos/conf.git targetRevision: master path: f3s/example-apache-volume-claim/helm-chart destination: |
