02195e6235
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
14 lines
349 B
YAML
14 lines
349 B
YAML
---
|
|
apiVersion: kustomize.config.k8s.io/v1beta1
|
|
kind: Kustomization
|
|
|
|
resources:
|
|
- namespace.yaml
|
|
- configmap_dnf-conf.yaml
|
|
- configmap_openvox-repo.yaml
|
|
- persistentvolumeclaims.yaml
|
|
- cronjob_reposync-almalinux9-baseos.yaml
|
|
- cronjob_reposync-almalinux9-appstream.yaml
|
|
- cronjob_reposync-epel9.yaml
|
|
- cronjob_reposync-openvox7.yaml
|