So I have an efs store with a creation key, then I...
# aws
d
So I have an efs store with a creation key, then I have 1 PersistentVolume and 1 PersistentVolumeClaim with both
persistentVolumeReclaimPolicy: 'Retain',
. How come the data is lost when I do
pulumi destroy; pulumi up
? Is this due to the random names?
I guess also a new namespace is created each time which doesn't help