amoghrajesh commented on code in PR #38361:
URL: https://github.com/apache/airflow/pull/38361#discussion_r1566840390
##########
chart/values.yaml:
##########
@@ -1426,6 +1431,8 @@ triggerer:
persistence:
# Enable persistent volumes
enabled: true
+ # persistentVolumeClaimRetentionPolicy if statefulset is used, to
determine delete when scaled\removed
Review Comment:
```suggestion
# persistentVolumeClaimRetentionPolicy if statefulset is used, to
determine delete when scaled/removed
```
##########
chart/values.yaml:
##########
@@ -617,6 +617,11 @@ workers:
persistence:
# Enable persistent volumes
enabled: true
+ # persistentVolumeClaimRetentionPolicy if statefulset is used, to
determine delete when scaled\removed
Review Comment:
nit:
```suggestion
# persistentVolumeClaimRetentionPolicy if statefulset is used, to
determine delete when scaled/removed
```
--
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]