Refactor Kubernetes provider config_context in provider.tf
This commit is contained in:
@@ -30,7 +30,7 @@ terraform {
|
|||||||
|
|
||||||
provider "kubernetes" {
|
provider "kubernetes" {
|
||||||
config_path = "~/.kube/config"
|
config_path = "~/.kube/config"
|
||||||
config_context = "k8s"
|
config_context = "microk8s"
|
||||||
insecure = true
|
insecure = true
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user