Skip to content

Commit cf4406c

Browse files
Merge pull request #4 from AvesIT/helm-provider-update
Update example to new helm provider version
2 parents c6b8d3d + 90cebdf commit cf4406c

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

README.md

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -38,17 +38,12 @@
3838
Here's the gist of using it via github.
3939

4040
```terraform
41-
data helm_repository stable {
42-
name = "stable"
43-
url = "https://kubernetes-charts.storage.googleapis.com"
44-
}
45-
4641
module jenkins {
4742
source = "terraform-module/release/helm"
4843
version = "2.6.0"
4944
5045
namespace = "app-namespace"
51-
repository = data.helm_repository.stable.metadata[0].name
46+
repository = "https://charts.helm.sh/stable"
5247
5348
app = {
5449
name = "jenkins"
@@ -161,4 +156,4 @@ Currently maintained by [Ivan Katliarchuk](https://github.com/ivankatliarchuk) a
161156

162157
## Terraform Registry
163158

164-
- [Module](https://registry.terraform.io/modules/terraform-module/release/helm)
159+
- [Module](https://registry.terraform.io/modules/terraform-module/release/helm)

0 commit comments

Comments
 (0)