hashicorp/terraform-provider-helm
Fork: 358 Star: 961 (更新于 1970-01-01 00:00:00)
license: MPL-2.0
Language: Go .
Terraform Helm provider
最后发布版本: v2.11.0 ( 2023-08-25 05:42:05)
Helm Provider for Terraform
This is the Helm provider for Terraform.
This provider allows you to install and manage Helm Charts in your Kubernetes cluster using Terraform.
Contents
Requirements
Getting Started
This is a small example of how to install the nginx ingress controller chart. Please read the documentation for more information.
provider "helm" {
kubernetes {
config_path = "~/.kube/config"
}
}
resource "helm_release" "nginx_ingress" {
name = "nginx-ingress-controller"
repository = "https://charts.bitnami.com/bitnami"
chart = "nginx-ingress-controller"
set {
name = "service.type"
value = "ClusterIP"
}
}
Contributing
The Helm Provider for Terraform is the work of many contributors. We appreciate your help!
To contribute, please read the contribution guidelines. You may also report an issue. Once you've filed an issue, it will follow the issue lifecycle.
Also available are some answers to Frequently Asked Questions.
最近版本更新:(数据更新于 1970-01-01 00:00:00)
2023-08-25 05:42:05 v2.11.0
2023-06-05 20:47:19 v2.10.1
2023-05-31 23:08:42 v2.10.0
2023-02-14 18:46:21 v2.9.0
2022-12-14 07:05:19 v2.8.0
2022-10-13 00:57:55 v2.7.1
2022-09-29 01:05:56 v2.7.0
2022-06-18 02:28:28 v2.6.0
2022-04-12 04:02:36 v2.5.1
2022-03-29 04:12:03 v2.5.0
主题(topics):
helm, kubernetes, terraform, terraform-provider
hashicorp/terraform-provider-helm同语言 Go最近更新仓库
2024-11-05 08:55:31 XTLS/Xray-core
2024-11-05 00:03:47 SagerNet/sing-box
2024-11-04 20:34:19 Permify/permify
2024-11-04 15:07:27 containerd/containerd
2024-11-03 20:10:56 flipped-aurora/gin-vue-admin
2024-11-03 00:46:25 dolthub/dolt