Skip to content

Bitcaster/helm-charts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Forks of existent or own charts

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 2

  •  
  •