Skip to content

Commit

Permalink
Fix typo in provisioner flags
Browse files Browse the repository at this point in the history
  • Loading branch information
foxdalas committed Jul 10, 2022
1 parent 8e5f225 commit 0405c5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion controller.tf
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ resource "kubernetes_deployment" "ebs_csi_controller" {
"--csi-address=$(ADDRESS)",
"--v=${tostring(var.log_level)}",
"--feature-gates=Topology=true",
"--leader-electio==true",
"--leader-election=true",
var.extra_create_metadata ? "--extra-create-metadata" : "",
var.enable_default_fstype ? "--default-fstype=${var.default_fstype}" : "",
]
Expand Down

0 comments on commit 0405c5f

Please sign in to comment.