Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

sgaist
Copy link

@sgaist sgaist commented Oct 12, 2024

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 failure of any of these two commands if for some reason one or more of the kustomized resource is missing.

Part of operator-framework/operator-sdk#5195

…boiler plate

This avoid failure of any of these two commands if for some
reason one or more of the kustomized resource is missing.

Part of operator-framework/operator-sdk#5195

Signed-off-by: Samuel Gaist <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant