pgvishnuram opened a new pull request, #59955:
URL: https://github.com/apache/airflow/pull/59955

   **Issue Description**
   
   Currently when a user provisions an airflow deployment using helm with 
celery executor on kubernetes, redis statefulset is spinned up provisioned with 
a storage sized to 1gb by default. when a user tries to switch the executor 
type to kubernetes and triggers a upgrade through helm components matching the 
executor type will either gets removed or updated.
   
   The core problem here redis pvc is still present in the same namespace due 
to the default behaviour of how the persistentVolumeClaimRetentionPolicy is set 
to retain by default.
   
   
   **What this PR does** 
   
   This PR adds configurable persistentVolumeClaimRetentionPolicy into redis 
statefulset allows the user to decide either to delete the pvc provisioned by 
the redis statefulset or to retain them upon deletion
   


-- 
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]

Reply via email to