Skip to content

dataops-sre/helm-charts

Repository files navigation

Helm-charts

Dataops-sre's public Helm charts repository

TL;TR

To install charts in this repository with command line:

helm repo add dataops-sre https://dataops-sre.github.io/helm-charts/
helm repo update
helm install airflow dataops-sre/airflow --wait --timeout 600s

with terraform:

resource "helm_release" "aiflow" {
  name       = "airflow"
  repository = "https://dataops-sre.github.io/helm-charts/"
  chart      = "airflow"
  namespace  = "default"
}

About

my helm charts public repo

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages