operator-sdk icon indicating copy to clipboard operation
operator-sdk copied to clipboard

scripts: add ignore-not-found for undeploy and uninstall to Makefile boiler plate

Open sgaist opened this issue 1 year ago • 0 comments

Description of the change:

This PR adds the --ignore-not-found parameter to the kubectl call when calling make undeploy and make uninstall.

Motivation for the change:

This avoid the failure of either command if for some reason one or more of the kustomized resource is missing.

Part of #5195

Checklist

If the pull request includes user-facing changes, extra documentation is required:

sgaist avatar Oct 12 '24 21:10 sgaist