gitdataai/deploy/crd
ZhenYi 3354055e6d fix(operator): mount /data PVC into git-hook deployment
GitHook controller was generating a Deployment without any persistent
storage — only a ConfigMap volume at /config. The worker needs /data to
access repo storage paths (APP_REPOS_ROOT defaults to /data/repos).

Changes:
- GitHookSpec: added storage_size field (default 10Gi), matching the
  pattern already used by GitServerSpec
- git_hook.rs reconcile(): now creates a PVC ({name}-data) before the
  Deployment, mounts it at /data, and sets APP_REPOS_ROOT=/data/repos
- git-hook-crd.yaml: synced storageSize field into the CRD schema
2026-04-17 14:15:38 +08:00
..
app-crd.yaml deploy(k8s): add CRD definitions for operator 2026-04-16 17:24:25 +08:00
email-worker-crd.yaml deploy(k8s): add CRD definitions for operator 2026-04-16 17:24:25 +08:00
git-hook-crd.yaml fix(operator): mount /data PVC into git-hook deployment 2026-04-17 14:15:38 +08:00
gitserver-crd.yaml deploy(k8s): add CRD definitions for operator 2026-04-16 17:24:25 +08:00
migrate-crd.yaml deploy(k8s): add CRD definitions for operator 2026-04-16 17:24:25 +08:00