Commit 0971681f authored by Danny's avatar Danny

use the correct svc account name

parent 4d769e26
resource "kubernetes_service_account" "cluster_autoscaler_service_account" {
metadata {
name = "autoscaler-svc-acc"
name = "cluster-autoscaler-svc-acc"
namespace = "kube-system"
}
}
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