The git-hook worker needs /data to access repo storage paths, but the deployment defined the shared-data PVC volume at pod level without attaching it to the container via volumeMounts. Added the missing volumeMounts block (name: shared-data, mountPath: /data) so the PVC is properly mounted into the git-hook container, consistent with app and static deployments. |
||
|---|---|---|
| .. | ||
| _helpers.tpl | ||
| app-deployment.yaml | ||
| email-worker-deployment.yaml | ||
| external-secrets.yaml | ||
| git-hook-deployment.yaml | ||
| gitserver-deployment.yaml | ||
| gitserver-ingress.yaml | ||
| ingress.yaml | ||
| NOTES.txt | ||
| operator-deployment.yaml | ||
| pdb.yaml | ||
| secret.yaml | ||
| static-deployment.yaml | ||
| static-ingress.yaml | ||
| storage.yaml | ||