mirror of
https://github.com/hashicorp/terraform-provider-helm.git
synced 2026-02-20 00:10:38 -05:00
5 lines
76 B
HCL
5 lines
76 B
HCL
provider "helm" {
|
|
kubernetes = {
|
|
config_path = "~/.kube/config"
|
|
}
|
|
}
|