Skip to content

Commit

Permalink
Warn to use XFS as File system type in AWS EBS
Browse files Browse the repository at this point in the history
  • Loading branch information
cniackz committed Sep 6, 2023
1 parent 776dafc commit d776358
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions helm/tenant/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,10 @@ tenant:
## size specifies the capacity per volume
size: 10Gi
## storageClass specifies the storage class name to be used for this pool
### If using Amazon Elastic Block Store (EBS) CSI driver
### Please make sure to set xfs for "csi.storage.k8s.io/fstype" parameter
### under StorageClass.parameters.
### Docs: https://github.com/kubernetes-sigs/aws-ebs-csi-driver/blob/master/docs/parameters.md
storageClassName: standard
## Used to specify annotations for pods
annotations: { }
Expand Down

0 comments on commit d776358

Please sign in to comment.