N
Size: a a a
N
GG
GG
N
GG
GG
TF
MS
MS
N
N
AO
N
AO
N
provider "helm" {
version = "0.8.0"
kubernetes {
config_path = "${local.kubeconfig_filename}"
}
install_tiller = true
tiller_image = "gcr.io/kubernetes-helm/tiller:${var.tiller_version}"
namespace = "kube-system"
service_account = "tiller"
}N
N
AO
AO