Skip to content

Commit 24382f6

Browse files
anchaubeYashwantGohokar
authored andcommitted
Updated the default value of variables and rename of variable
1 parent b70f559 commit 24382f6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cmd/oci-csi-controller-driver/csioptions/csioptions.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ type CSIOptions struct {
6060
EnableResizer bool
6161
GroupSnapshotNamePrefix string
6262
GroupSnapshotNameUUIDLength int
63-
EnableNodeDeployment bool
63+
6464
}
6565

6666
//NewCSIOptions initializes the flag
@@ -94,7 +94,7 @@ func NewCSIOptions() *CSIOptions {
9494
EnableResizer: *flag.Bool("csi-bv-expansion-enabled", false, "Enables go routine csi-resizer."),
9595
GroupSnapshotNamePrefix: *flag.String("groupsnapshot-name-prefix", "groupsnapshot", "Prefix to apply to the name of a created group snapshot"),
9696
GroupSnapshotNameUUIDLength: *flag.Int("groupsnapshot-name-uuid-length", -1, "Length in characters for the generated uuid of a created group snapshot. Defaults behavior is to NOT truncate."),
97-
EnableNodeDeployment: *flag.Bool("node-deployment", false, "Enables deploying the sidecar controller together with a CSI driver on nodes to manage snapshots for node-local volumes."),
97+
9898
}
9999
return &csioptions
100100
}

0 commit comments

Comments
 (0)