Skip to content

Commit 0467664

Browse files
Gkrumbach07Ambient Code Botclaude
authored
fix(manifests): match minio PVC storage to cluster value (#1017)
## Summary - Updates minio-data PVC from `50Gi` to `100Gi` to match the current cluster value - The PVC was manually expanded on the cluster but the manifest was never updated, causing deploy failures (`spec.resources.requests.storage: Forbidden: field can not be less than previous value`) ## Test plan - [ ] Verify the release deploy workflow passes: the `oc apply -k` step should no longer fail on the minio-data PVC 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-authored-by: Ambient Code Bot <bot@ambient-code.local> Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent de50276 commit 0467664

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/manifests/base/core/minio-deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ spec:
99
- ReadWriteOnce
1010
resources:
1111
requests:
12-
storage: 50Gi
12+
storage: 100Gi
1313
---
1414
apiVersion: apps/v1
1515
kind: Deployment

0 commit comments

Comments
 (0)