Open
Description
What about adding two fields handle by bitnami:
persistentVolumeClaimRetentionPolicy:
whenDeleted: {{ .Values.primary.persistentVolumeClaimRetentionPolicy.whenDeleted }}
If Delete then he delete the pvc if Retain he kept it the user should then decide the behaviour?
and the other field:
{{- if and .Values.primary.persistence.enabled .Values.primary.persistence.existingClaim }}
- name: data
persistentVolumeClaim:
claimName: {{ tpl .Values.primary.persistence.existingClaim $ }}
if user put an existingClaim it could restart on a previous existing one.
It's not full user experence but add some behaviour
Metadata
Metadata
Assignees
Labels
No labels