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
I have deployed a cluster with pg-operator.
And it created statefulset along with PVCs as expected.
helm/helm#5156
If you look at the above issue, helm del --purge shouldnt delete pvc along with the statefulset.
But in my case if i helm delete the cluster, its deleting the pvc.
Does pg-operator handles all this?? is this expected behavior?