4 lines
62 B
Terraform
4 lines
62 B
Terraform
|
provider "kubernetes" {
|
||
|
config_path = "./kubeconfig.yaml"
|
||
|
}
|