Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Logs persistence disabled not working #832

Open
2 tasks done
didlawowo opened this issue Feb 25, 2024 · 0 comments
Open
2 tasks done

Logs persistence disabled not working #832

didlawowo opened this issue Feb 25, 2024 · 0 comments
Labels
kind/bug kind - things not working properly

Comments

@didlawowo
Copy link

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


@didlawowo didlawowo added the kind/bug kind - things not working properly label Feb 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/bug kind - things not working properly
Projects
None yet
Development

No branches or pull requests

1 participant