GithubHelp home page GithubHelp logo

isabella232 / 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 135.65 MB

Terraform Helm provider

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

License: Mozilla Public License 2.0

Go 83.38% Makefile 3.82% Shell 7.74% HTML 1.02% HCL 4.04%

terraform-provider-helm's Introduction

Helm Provider for Terraform Actions Status GitHub tag (latest SemVer) license Go Report Card

Terraform logo

This is the Helm provider for Terraform.

The provider manages the installed Charts in your Kubernetes cluster, in the same way Helm does, through Terraform.

Helm v2 support

Release 1.0.0 for this provider brought support for Helm v3. This was a breaking change that removed support for Helm v2 and tiller. If you are still using Helm v2 and tiller you will have to pin your provider version to the latest 0.10.x release.

We will continue to accept bugfixes for the 0.10.x version of the provider, please open your pull request against the latest release-0.10.x branch.

Contents

Requirements

  • Terraform v0.12.x
    • Note that version v0.11.x currently works, but support is deprecated and will be removed in provider version 2.0
  • Go v1.14.x (to build the provider plugin)
  • Helm v3.x.x to deploy your charts

Getting Started

This is a small example of how to install the mariadb chart on your default kubernetes cluster, since the provider was initialized, all the configuration is retrieved from the environment. Please read the documentation for more information.

You should have a local configured copy of kubectl.

resource "helm_release" "my_database" {
    name      = "my-database"
    chart     = "stable/mariadb"

    set {
        name  = "mariadbUser"
        value = "foo"
    }

    set {
        name = "mariadbPassword"
        value = "qux"
    }

    set_string {
        name = "image.tags"
        value = "registry\\.io/terraform-provider-helm\\,example\\.io/terraform-provider-helm"
    }
}

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 aaronmell avatar alexsomesan avatar appilon avatar burdiyan avatar calind avatar cgriggs01 avatar chenrui333 avatar crazybus avatar dak1n1 avatar dstockton avatar framled avatar jrhouston avatar julienbreux avatar lawliet89 avatar mcristina422 avatar mcuadros avatar meyskens avatar mgar avatar mistobaan avatar mkozjak avatar mzupan avatar pdecat avatar radeksimko avatar relu avatar rmb938 avatar rodcloutier avatar stepanstipl avatar trthomps avatar yorinasub17 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.