Refactor Kubernetes provider config_context in provider.tf

This commit is contained in:
2024-09-24 21:54:11 +02:00
parent bf6521b362
commit d95e722b98
+1 -1
View File
@@ -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
} }