Skip to content

Commit

Permalink
Merge pull request #116 from juicedata/refactor/minor
Browse files Browse the repository at this point in the history
more sensible default value for reclaimPolicy
  • Loading branch information
zwwhdls authored Aug 5, 2024
2 parents fbb14fe + 691f1e0 commit aff7f09
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions charts/juicefs-csi-driver/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -360,8 +360,8 @@ storageClasses:
- name: "juicefs-sc"
# Set to true to actually create this StorageClass
enabled: false
# Either Delete or Retain, ref: https://juicefs.com/docs/csi/guide/resource-optimization#reclaim-policy
reclaimPolicy: Delete
# Either Retain or Delete, ref: https://juicefs.com/docs/csi/guide/resource-optimization#reclaim-policy
reclaimPolicy: Retain
# Set to true to allow PVC expansion
allowVolumeExpansion: true
# Additional annotations for this StorageClass, e.g. make it default
Expand Down

0 comments on commit aff7f09

Please sign in to comment.