airflow-helm/charts

Logs persistence disabled not working

Opened this issue · 0 comments

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