Skip to content

Commit

Permalink
Minor fixes to README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jrhouston authored Oct 8, 2021
1 parent 9981e56 commit 4640363
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Helm Provider for Terraform

This is the [Helm](https://github.com/kubernetes/helm) provider for [Terraform](https://www.terraform.io/).

The provider manages the installed [Charts](https://github.com/helm/charts) in your Kubernetes cluster, in the same way Helm does, through Terraform.
This provider allows you to install and manage [Helm Charts](https://artifacthub.io/packages/search?kind=0&sort=relevance&page=1) in your Kubernetes cluster using Terraform.


## Contents
Expand All @@ -28,15 +28,14 @@ The provider manages the installed [Charts](https://github.com/helm/charts) in y

- [Terraform](https://www.terraform.io/downloads.html) v0.12.x
- [Go](https://golang.org/doc/install) v1.16.x (to build the provider plugin)
- [Helm](https://github.com/helm/helm/releases) v3.x.x to deploy your charts

## Getting Started

This is a small example of how to install the nginx ingress controller chart. Please read the [documentation](https://www.terraform.io/docs/providers/helm/index.html) for more
information.

```hcl
provider "helm" {
provider helm {
kubernetes {
config_path = "~/.kube/config"
}
Expand Down

0 comments on commit 4640363

Please sign in to comment.