Commit 485554cb authored by Nick White's avatar Nick White

Syntax changes to fit 1.13.3 provider

parent 2e1ed24e
......@@ -63,12 +63,12 @@ resource "kubernetes_daemonset" "kube2iam_daemonset" {
}
resources {
limits = {
limits {
cpu = "0.5"
memory = "512Mi"
}
requests = {
requests {
cpu = "250m"
memory = "50Mi"
}
......
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