fix(ci): update stale PVC comment in deploy job

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
jgrusewski
2026-03-04 16:47:49 +01:00
parent cc209aec7e
commit 528ca9eac1

View File

@@ -1480,9 +1480,8 @@ deploy:
kubernetes:
namespace: foxhunt
script:
# Shared PVC binary deploy: CI copies binaries to foxhunt-binaries PVC via writer pod.
# Services mount the PVC read-only — no initContainer, no S3.
# ORDER MATTERS: write binaries → apply manifests → rollout restart
# MinIO binary deploy: CI uploads binaries to MinIO S3, pods fetch via rclone initContainer.
# ORDER MATTERS: upload binaries → apply manifests → rollout restart
- echo "Deploying ${CI_COMMIT_SHA}..."
# Apply pending database migrations before deploying services
- |