Skip to content

Commit

Permalink
Set enableVolumeScheduling to true by default in the helm chart
Browse files Browse the repository at this point in the history
  • Loading branch information
mtougeron authored and Varun Dhananjaya committed Feb 26, 2021
1 parent 52fc05b commit 4e390ae
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/aws-ebs-csi-driver/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v1
appVersion: "0.9.0"
name: aws-ebs-csi-driver
description: A Helm chart for AWS EBS CSI Driver
version: 0.9.6
version: 0.9.7
kubeVersion: ">=1.17.0-0"
home: https://github.com/kubernetes-sigs/aws-ebs-csi-driver
sources:
Expand Down
2 changes: 1 addition & 1 deletion charts/aws-ebs-csi-driver/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ fullnameOverride: ""
podAnnotations: {}

# True if enable volume scheduling for dynamic volume provisioning
enableVolumeScheduling: false
enableVolumeScheduling: true

# True if enable volume resizing
enableVolumeResizing: false
Expand Down

0 comments on commit 4e390ae

Please sign in to comment.