Skip to content

馃嵃 Avoid deletion of entire namespace by accident

Hannes Heine requested to merge pr702head into pr702base

Created by: Tirokk

roschaefer Authored by roschaefer Merged


馃嵃 Pullrequest

Avoid deletion of entire namespace by accident

Yep, that happened to me. I did

kubectl delete -f deployment/human-connection

and I forgot about the namespace in that folder. Now everything is gone.

Moving the namespace configuration out of this folder may avoid that.

Issues

  • None

Todo

  • None

Merge request reports