feat: migrate reposync to ArgoCD (#78)

Migrate repository sync cronjobs from Terragrunt to ArgoCD/Kustomize.
Adds four daily CronJobs (almalinux9-baseos, almalinux9-appstream, epel9,
openvox7) with associated PVCs and ConfigMaps in the reposync namespace.

💘 Generated with Crush

Assisted-by: Claude Sonnet 4.6 via Crush <crush@charm.land>

Reviewed-on: #78
This commit was merged in pull request #78.
This commit is contained in:
2026-03-27 16:26:35 +11:00
parent 95c9302aa8
commit 02195e6235
12 changed files with 436 additions and 9 deletions
+7
View File
@@ -0,0 +1,7 @@
---
apiVersion: v1
kind: Namespace
metadata:
labels:
app.kubernetes.io/name: reposync
name: reposync