Skip to content

Commit 453b734

Browse files
Merge pull request #48 from IBM/bha-minor
This arg is required to fetch the extra parameters like annotations of resources by the controller
2 parents ab4bc81 + 31a2c20 commit 453b734

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

controllers/syncer/csi_controller.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -130,6 +130,7 @@ func (s *csiControllerSyncer) ensureContainersSpec() []corev1.Container {
130130
"--csi-address=$(ADDRESS)",
131131
"--v=5",
132132
"--timeout=120s",
133+
"--extra-create-metadata=true",
133134
}
134135
provisioner := s.ensureContainer(constants.CSIProvisioner,
135136
s.getCSIProvisionerImage(),

0 commit comments

Comments
 (0)