fbmatilla opened a new issue, #64152: URL: https://github.com/apache/airflow/issues/64152
### Description We want to be able to define the ttlSecondsAfterFinished value in the values.yml when deployin Airflow Helm Chart. This is already permitted in createUserJob and migrateDatabaseJob. ### Use case/motivation In the file [airflow](https://github.com/apache/airflow/tree/main)/[chart](https://github.com/apache/airflow/tree/main/chart)/[templates](https://github.com/apache/airflow/tree/main/chart/templates)/[database-cleanup](https://github.com/apache/airflow/tree/main/chart/templates/database-cleanup) /database-cleanup-cronjob.yaml a new piece of code like: spec: ..... jobTemplate: spec: {{- if not (kindIs "invalid" .Values.databaseCleanup.ttlSecondsAfterFinished) }} ttlSecondsAfterFinished: {{ .Values.databaseCleanup.ttlSecondsAfterFinished }} {{- end }} template: .... ### Related issues New feature, not really an issue ### Are you willing to submit a PR? - [ ] Yes I am willing to submit a PR! ### Code of Conduct - [x] I agree to follow this project's [Code of Conduct](https://github.com/apache/airflow/blob/main/CODE_OF_CONDUCT.md) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
