-
Notifications
You must be signed in to change notification settings - Fork 10
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
Fix Issue #28 #29
Fix Issue #28 #29
Conversation
pkg/cleanup/cleanup.sh
Outdated
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What is the specific purpose of this script in explicitly removing the CRs? Under what circumstances should a user execute it?
… script will remove all resources at once)
- Fixed code so that when deleting a SIB, logs are properly generated and the created nimberpolicy is also deleted.
Please squash commits. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@seungsoo-lee PR looks good, please squash the commits.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We don't need these sophisticated parameters in SecurityIntent; if there is a need for parameters, we'll specify those generically.
@seungsoo-lee, we can close this PR since the changes have been split into two separate PRs for better organization and review: |
Description
Fixes #28
Does this PR introduce a breaking change?
Checklist
<type>: <description>
conventionAdditional information for reviewer
Mention if this PR is part of any design or a continuation of previous PRs