helm-charts

Bitcaster Helm Charts

Forks of existent or self developed charts. The code is provided as-is with no warranties.

Usage

Helm must be installed to use the charts. Please refer to Helm’s documentation to get started.

Once Helm is set up properly, add the repo and search it as follows:

helm repo add bitcaster https://bitcaster.github.io/helm-charts
helm search repo bitcaster

Charts documentations are available in the charts directory.

Terraform Usage Example

resource "helm_release" "cert-manager-webhook-cloudns" {
  name       = "webhook-cloudns"
  repository = "https://bitcaster.github.io/helm-charts/"
  chart      = "cert-manager-webhook-cloudns"
  version    = "1.0.1"
  namespace  = "cert-manager"

  values = [
    file(./cloudns.yaml")
  ]
}

License

Apache 2.0 License.