Commit 091bc8e5 authored by Danny's avatar Danny

fix volume path

parent 0971681f
......@@ -54,7 +54,7 @@ resource "kubernetes_deployment" "aws_cluster_autoscaler_deployment" {
name = "${kubernetes_service_account.cluster_autoscaler_service_account.default_secret_name}"
read_only = true
mount_path = "/etc/ssl/certs/ca-certificates.crt"
mount_path = "/etc/ssl/certs/"
name = "autoscaler-ssl-volume"
read_only = true
}
......
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