cloud-on-k8s icon indicating copy to clipboard operation
cloud-on-k8s copied to clipboard

Add option to configure logstash statefulset persistentVolumeClaimRetentionPolicy

Open martin-ilavsky opened this issue 8 months ago • 0 comments

Logstash statefulset has current default:

 spec:
  persistentVolumeClaimRetentionPolicy:
    whenDeleted: Retain
    whenScaled: Retain    

I want to be able to change whenScaled to Delete with logstash CRD. Currently when I patch it, operator will change it to the original values. Have I just missed where is it supposed to be configured ?

martin-ilavsky avatar Feb 21 '25 08:02 martin-ilavsky