Commit 842ee5ae authored by Nick White's avatar Nick White

Syntax changes to fit 1.13.3 provider

parent 0aa397f1
......@@ -68,12 +68,12 @@ resource "kubernetes_deployment" "aws_cluster_autoscaler_deployment" {
}
resources {
limits = {
limits {
cpu = "100m"
memory = "300Mi"
}
requests = {
requests {
cpu = "100m"
memory = "300Mi"
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment