You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is this a BUG REPORT or FEATURE REQUEST? (choose one):
FEATURE REQUEST
Version of Helm and Kubernetes:
kubernetes v1.26
Which chart:
stable/artifactory-ha
Which product license (Enterprise/Pro/oss):
Enterprise
What happened:
artifactory-primary-statefulset doesn't have persistentVolumeClaimRetentionPolicy
What you expected to happen:
artifactory-primary-statefulset has persistentVolumeClaimRetentionPolicy and can be managed by editing at Values.yaml. persistentVolumeClaimRetentionPolicy is needed since PVC is being created within the availability zone. This affects when pods can be restarted in different availability zone. So we need to have an option to delete PVC on pod destroy.
The text was updated successfully, but these errors were encountered:
Is this a BUG REPORT or FEATURE REQUEST? (choose one):
FEATURE REQUEST
Version of Helm and Kubernetes:
kubernetes v1.26
Which chart:
stable/artifactory-ha
Which product license (Enterprise/Pro/oss):
Enterprise
What happened:
artifactory-primary-statefulset doesn't have persistentVolumeClaimRetentionPolicy
What you expected to happen:
artifactory-primary-statefulset has persistentVolumeClaimRetentionPolicy and can be managed by editing at Values.yaml. persistentVolumeClaimRetentionPolicy is needed since PVC is being created within the availability zone. This affects when pods can be restarted in different availability zone. So we need to have an option to delete PVC on pod destroy.
The text was updated successfully, but these errors were encountered: