airflow-helm / charts

The User-Community Airflow Helm Chart is the standard way to deploy Apache Airflow on Kubernetes with Helm. Originally created in 2017, it has since helped thousands of companies create production-ready deployments of Airflow on Kubernetes.
https://github.com/airflow-helm/charts/tree/main/charts/airflow
Apache License 2.0
647 stars 475 forks source link

Logs persistence disabled not working #832

Open didlawowo opened 7 months ago

didlawowo commented 7 months ago

Checks

Chart Version

1.11.0

Kubernetes Version

using argocd

Helm Version

using argocd

Description

trying to disable logs persistence and set helm value to disable it

doesn't working

always provide a 100Gi pvc (which is huge...)

Relevant Logs

│ mlops             logs-airflow-triggerer-0                    Bound   pvc-3794d1d9-7e48-4525-88c2-7e94362a9a10   100Gi     RWO           longhorn      11m

Custom Helm Values

helm:
      valuesObject:

        logs:
          persistence:
            enabled: false
            size: 10Gi
            existingClaim: airflow-logs

│