Skip to content

Commit

Permalink
Fix static provider config code block (#771)
Browse files Browse the repository at this point in the history
This fixes a code block that is not rendered correctly on the Kubernetes provider getting started page.
  • Loading branch information
js-timbirkett authored Feb 20, 2020
1 parent 3572842 commit 789b0be
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions website/docs/guides/getting-started.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ provider "kubernetes" {
```

If you wish to configure the provider statically you can do so by providing TLS certificates:

```hcl
provider "kubernetes" {
load_config_file = "false"
Expand Down

0 comments on commit 789b0be

Please sign in to comment.