Skip to content

Commit

Permalink
Merge pull request #88 from foxdalas/fix_typo
Browse files Browse the repository at this point in the history
Fix typo in provisioner flags
  • Loading branch information
DrFaust92 authored Jul 10, 2022
2 parents 8e5f225 + 0405c5f commit 4ecf108
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 4ecf108

Please sign in to comment.