Skip to content

Commit 26ee354

Browse files
authored
Merge pull request #941 from wongma7/helmcreatemetadata
Default controller.extra-create-metadata true so that volumes get created with pvc/pv tags
2 parents 6135f47 + d8587da commit 26ee354

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

charts/aws-ebs-csi-driver/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apiVersion: v1
22
appVersion: "1.1.0"
33
name: aws-ebs-csi-driver
44
description: A Helm chart for AWS EBS CSI Driver
5-
version: 1.2.2
5+
version: 1.2.3
66
kubeVersion: ">=1.17.0-0"
77
home: https://github.com/kubernetes-sigs/aws-ebs-csi-driver
88
sources:

charts/aws-ebs-csi-driver/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ controller:
6868
snapshotter: []
6969
resizer: []
7070
# If set, add pv/pvc metadata to plugin create requests as parameters.
71-
extraCreateMetadata: false
71+
extraCreateMetadata: true
7272
# Will be removed in later version in favor of env.ebsPlugin
7373
extraVars: {}
7474
# Extra volume tags to attach to each dynamically provisioned volume.

0 commit comments

Comments
 (0)