Commit Graph

3 Commits

Author SHA1 Message Date
unkinben 42dbecc2b7 Add JSON schema generation for kubeconform CRD validation
ci/woodpecker/pr/kubeconform Pipeline failed
ci/woodpecker/pr/pre-commit Pipeline was successful
- ci/generate-schemas.sh fetches CRDs from the cluster via kubectl, supplements
  with offline CRD manifests (ArgoCD, Gateway API) and Kubernetes swagger spec
- Schemas use Datree catalog convention: <group>/<Kind>_<version>.json
- validate-apps.sh and validate-clusters.sh check local schemas first
- Makefile schemas target runs before kubeconform
2026-06-28 16:53:11 +10:00
unkinben e873935634 feat: add reloader (#6)
- deploy reloader via helm
- only watch configmaps, secrets are reloaded by vso

Reviewed-on: #6
2026-03-01 16:34:01 +11:00
unkinben 971835f845 feat: initial commit
- add structure to clusters, apps and argocd objects
- add bootstrapping features
2026-03-01 14:31:16 +11:00