What did you do to encounter the bug?
Steps to reproduce the behavior:
Put this in your MongoDBCommunity CRD:
spec:
podSpec:
persistence:
single:
storage: "12Gi"
storageClass: storage-class-name
What did you expect?
Storage configuration to change
What happened instead?
This doesn't remain in the CR after creation.
Storage in the StatefulSet remains as default, meaning keeping both data and logs pvcs with the default sizes
and without a storageClass
Operator Information
- 1.6.1
- quay.io/mongodb/mongodb-community-server:8.2.3-ubi8
Kubernetes Cluster Information
- RKE2
- 1.33.6+rke2r1
- quay.io
Any idea how I can do this?
What did you do to encounter the bug?
Steps to reproduce the behavior:
Put this in your MongoDBCommunity CRD:
What did you expect?
Storage configuration to change
What happened instead?
This doesn't remain in the CR after creation.
Storage in the StatefulSet remains as default, meaning keeping both data and logs pvcs with the default sizes
and without a storageClass
Operator Information
Kubernetes Cluster Information
Any idea how I can do this?