diff --git a/website/docs/index.html.markdown b/website/docs/index.html.markdown index a8c46e4f55..b437a63c6d 100644 --- a/website/docs/index.html.markdown +++ b/website/docs/index.html.markdown @@ -15,6 +15,7 @@ Use the navigation to the left to read about the available resources. ```hcl provider "kubernetes" { + config_path = "~/.kube/config" config_context = "my-context" }