Skip to content

Do not delete namespace on 'make delete_operator'

Mitchell Nielsen requested to merge adjust-namespace-deletion into master

Removes the namespace from the manifest with the Operator deployment. This ensures that make delete_operator does not delete that namespace automatically, which would delete all PVCs in the namespace.

Edited by Mitchell Nielsen

Merge request reports