Commit 19be3cdb authored by Danny's avatar Danny

try and fix bug with empty dir

parent 06e47b19
......@@ -46,7 +46,7 @@ resource "kubernetes_deployment" "aws_cluster_autoscaler_deployment" {
volume {
name = "autoscaler-ssl-volume"
empty_dir = ["true"]
empty_dir {}
}
container {
......
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