Coder Social home page Coder Social logo

bartoszj / terraform-provider-helm Goto Github PK

View Code? Open in Web Editor NEW

This project forked from hashicorp/terraform-provider-helm

0.0 0.0 0.0 149.11 MB

Terraform Helm provider

Home Page: https://www.terraform.io/docs/providers/helm/

License: Mozilla Public License 2.0

Go 91.01% Makefile 2.41% Shell 4.32% HTML 0.64% HCL 1.63%

terraform-provider-helm's Introduction

Terraform logo

Helm Provider for Terraform Actions StatusGitHub tag (latest SemVer)licenseGo Report Card

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

  • Terraform v0.12.x
  • Go v1.18.x (to build the provider plugin)

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.

terraform-provider-helm's People

Contributors

aareet avatar alexsomesan avatar appilon avatar arybolovlev avatar bartoszj avatar bbbmau avatar bflad avatar burdiyan avatar calind avatar cgriggs01 avatar chenrui333 avatar dak1n1 avatar dependabot[bot] avatar framled avatar ibrandyjackson avatar jrhouston avatar julienbreux avatar lawliet89 avatar mcristina422 avatar mcuadros avatar meyskens avatar mgar avatar mistobaan avatar mkozjak avatar mzupan avatar pdecat avatar relu avatar rodcloutier avatar stepanstipl avatar trthomps avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.