Files
OCI-Kubernetes-cluster-with…/oci-managed/nlb/provider.tf

5 lines
73 B
HCL

provider "helm" {
kubernetes {
config_path = "~/.kube/config"
}
}