Skip to content

Commit

Permalink
Add config_path to provider block example
Browse files Browse the repository at this point in the history
  • Loading branch information
jrhouston committed Nov 2, 2020
1 parent e98e16d commit 153f7d0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions website/docs/index.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
Expand Down

0 comments on commit 153f7d0

Please sign in to comment.