Skip to content

Commit

Permalink
Generate Helm docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Gaspi committed Jan 15, 2025
1 parent 20b976a commit d733187
Showing 1 changed file with 53 additions and 0 deletions.
53 changes: 53 additions & 0 deletions charts/airflow/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,53 @@
# airflow

![Version: 0.0.1](https://img.shields.io/badge/Version-0.0.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 2.10.3](https://img.shields.io/badge/AppVersion-2.10.3-informational?style=flat-square)

Apache Airflow is a tool to express and execute workflows as directed acyclic graphs (DAGs). It includes utilities to schedule tasks, monitor task progress and handle task dependencies.

**Homepage:** <https://airflow.apache.org/>

## Source Code

* <https://github.com/bitnami/charts/tree/main/bitnami/airflow>

## Requirements

| Repository | Name | Version |
|------------|------|---------|
| https://charts.bitnami.com/bitnami | airflow | 22.4.1 |
| https://inseefrlab.github.io/helm-charts-interactive-services | library-chart | 1.5.34 |

## Values

| Key | Type | Default | Description |
|-----|------|---------|-------------|
| airflow.auth.password | string | `"changeme"` | |
| airflow.auth.secretKey | string | `"THIS IS UNSAFE!"` | |
| airflow.auth.username | string | `"admin"` | |
| airflow.dagProcessor.resourcesPreset | string | `"small"` | |
| airflow.dags.enabled | bool | `false` | |
| airflow.dags.repositories | list | `[]` | |
| airflow.ingress.enabled | bool | `false` | |
| airflow.postgresql.primary.resourcesPreset | string | `"nano"` | |
| airflow.redis.master.resourcesPreset | string | `"nano"` | |
| airflow.scheduler.resourcesPreset | string | `"small"` | |
| airflow.web.resourcesPreset | string | `"medium"` | |
| airflow.worker.resourcesPreset | string | `"large"` | |
| ingress.annotations | list | `[]` | |
| ingress.certManagerClusterIssuer | string | `""` | |
| ingress.host | string | `"chart-example.local"` | |
| ingress.ingressClassName | string | `""` | |
| ingress.tls | bool | `true` | |
| ingress.usecertManager | bool | `false` | |
| route.annotations | list | `[]` | |
| route.enabled | bool | `false` | |
| route.hostname | string | `"chart-example.local"` | |
| route.tls.termination | string | `"edge"` | |
| route.wildcardPolicy | string | `"None"` | |
| security.allowlist.enabled | bool | `false` | |
| security.networkPolicy.enabled | bool | `false` | |
| security.networkPolicy.from | list | `[]` | |
| userPreferences.language | string | `"en"` | |

----------------------------------------------
Autogenerated from chart metadata using [helm-docs v1.11.0](https://github.com/norwoodj/helm-docs/releases/v1.11.0)

0 comments on commit d733187

Please sign in to comment.