jacero-io / kode-operator

Development environments, the cloud-native way
Apache License 2.0
0 stars 0 forks source link

[core] Implement a KeepVolume feature #24

Open emil-jacero opened 4 months ago

emil-jacero commented 4 months ago

A user might want to keep their data even if they delete their Kode instance. Use a finalizer on the PVC to control deletion.

The same logic can be used for the Recycle feature https://github.com/jacero-io/kode-operator/issues/23