File tree Expand file tree Collapse file tree
addons/opensearch/2.10/chart/opensearch Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -766,6 +766,16 @@ master:
766766 # # @param master.persistence.size Persistent Volume Size
767767 # #
768768 size : 8Gi
769+ # # persistentVolumeClaimRetentionPolicy
770+ # # ref: https://kubernetes.io/docs/concepts/workloads/controllers/statefulset/#persistentvolumeclaim-retention
771+ # # @param master.persistentVolumeClaimRetentionPolicy.enabled Controls if and how PVCs are deleted during the lifecycle of a StatefulSet
772+ # # @param master.persistentVolumeClaimRetentionPolicy.whenScaled Volume retention behavior when the replica count of the StatefulSet is reduced
773+ # # @param master.persistentVolumeClaimRetentionPolicy.whenDeleted Volume retention behavior that applies when the StatefulSet is deleted
774+ # #
775+ persistentVolumeClaimRetentionPolicy :
776+ enabled : true
777+ whenScaled : Delete
778+ whenDeleted : Delete
769779 # # Pods Service Account
770780 # # ref: https://kubernetes.io/docs/tasks/configure-pod-container/configure-service-account/
771781 # # @param master.serviceAccount.create Specifies whether a ServiceAccount should be created
@@ -1162,6 +1172,16 @@ data:
11621172 # # @param data.persistence.size Persistent Volume Size
11631173 # #
11641174 size : 8Gi
1175+ # # persistentVolumeClaimRetentionPolicy
1176+ # # ref: https://kubernetes.io/docs/concepts/workloads/controllers/statefulset/#persistentvolumeclaim-retention
1177+ # # @param master.persistentVolumeClaimRetentionPolicy.enabled Controls if and how PVCs are deleted during the lifecycle of a StatefulSet
1178+ # # @param master.persistentVolumeClaimRetentionPolicy.whenScaled Volume retention behavior when the replica count of the StatefulSet is reduced
1179+ # # @param master.persistentVolumeClaimRetentionPolicy.whenDeleted Volume retention behavior that applies when the StatefulSet is deleted
1180+ # #
1181+ persistentVolumeClaimRetentionPolicy :
1182+ enabled : true
1183+ whenScaled : Delete
1184+ whenDeleted : Delete
11651185 # # Pods Service Account
11661186 # # ref: https://kubernetes.io/docs/tasks/configure-pod-container/configure-service-account/
11671187 # # @param data.serviceAccount.create Specifies whether a ServiceAccount should be created
You can’t perform that action at this time.
0 commit comments