bcgov/greenlight

Remove agent persistent storage

esune opened this issue · 3 comments

esune commented

We don't need the persistent storage in the agents since we are using the postgresql plugin, we can delete the persistent storage claims and free up some space.

  • remove persistent storage claims in OpenShift
  • remove persistent storage from templates
  • update OpenShift manage script and remove step to delete wallets on persistent storage

Reviewed and merged configuration template changes.

@esune, you'll also want to remove the unused parameters from the*.param files.

Reviewed OpenShift environments and confirmed the PVCs have been released.

*.param files were updated in #227