Skip to content

Commit

Permalink
Merge pull request #85 from KosyanMedia/fix_oom
Browse files Browse the repository at this point in the history
Fix OOM when resizer enabled
  • Loading branch information
DrFaust92 authored Jul 5, 2022
2 parents d4ccb8c + d774071 commit 19f71a7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions controller.tf
Original file line number Diff line number Diff line change
Expand Up @@ -171,6 +171,7 @@ resource "kubernetes_deployment" "ebs_csi_controller" {
args = [
"--csi-address=$(ADDRESS)",
"--v=${tostring(var.log_level)}",
var.enable_volume_resizing == true ? "--handle-volume-inuse-error=false" : "",
]

env {
Expand Down

0 comments on commit 19f71a7

Please sign in to comment.