From 528ca9eac113b74b7d844af310cbf7fdb5f63580 Mon Sep 17 00:00:00 2001 From: jgrusewski Date: Wed, 4 Mar 2026 16:47:49 +0100 Subject: [PATCH] fix(ci): update stale PVC comment in deploy job Co-Authored-By: Claude Opus 4.6 --- .gitlab-ci.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index ecaaa0d12..1eca51526 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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 - |