Skip to content
This repository has been archived by the owner on Jun 6, 2023. It is now read-only.

Commit

Permalink
Merge pull request #78 from RafatKhan97/patch-1
Browse files Browse the repository at this point in the history
TRIVIAL set kops auto-scaler image version to v1.20.2
  • Loading branch information
wandera-petr-cerny authored Feb 11, 2022
2 parents ace210c + 59376a1 commit 8ec8740
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion aws/cluster/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -852,6 +852,7 @@ variable "cluster-autoscaler" {
scaleDownDelayAfterAdd = string
cpuRequest = string
memoryRequest = string
image = string
})
default = {
enabled = false
Expand All @@ -861,6 +862,7 @@ variable "cluster-autoscaler" {
scaleDownDelayAfterAdd = "10m0s"
cpuRequest = "100m"
memoryRequest = "300Mi"
image = null
}
}

Expand Down Expand Up @@ -900,4 +902,4 @@ variable "cert-manager" {
default = {
enabled = false
}
}
}

0 comments on commit 8ec8740

Please sign in to comment.