Skip to content

Commit 153f7d0

Browse files
committed
Add config_path to provider block example
1 parent e98e16d commit 153f7d0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

website/docs/index.html.markdown

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ Use the navigation to the left to read about the available resources.
1515

1616
```hcl
1717
provider "kubernetes" {
18+
config_path = "~/.kube/config"
1819
config_context = "my-context"
1920
}
2021

0 commit comments

Comments
 (0)