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

Ensure invalid regex errors are reported to user #140

Merged
merged 1 commit into from
Apr 29, 2021

Conversation

relu
Copy link
Member

@relu relu commented Apr 28, 2021

The errors generated by ImagePolicy resources having invalid tag filter
regex patterns were not being reported to the user correctly, no event
was recorded and the ReadyCondition message did not reflect the
encountered error.

Fixes #138

The errors generated by ImagePolicy resources having invalid tag filter
regex patterns were not being reported to the user correctly, no event
was recorded and the ReadyCondition message did not reflect the
encountered error.

Fixes #138

Signed-off-by: Aurel Canciu <aurelcanciu@gmail.com>
@relu relu force-pushed the fix-invalid-regex-handling branch from 6d2b62a to 6ffbfa6 Compare April 28, 2021 21:27
@relu relu requested review from squaremo and stefanprodan April 28, 2021 21:27
Copy link
Member

@stefanprodan stefanprodan left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

Thanks @relu

@stefanprodan stefanprodan merged commit a82216d into main Apr 29, 2021
@stefanprodan stefanprodan deleted the fix-invalid-regex-handling branch April 29, 2021 07:28
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.

Controller is stuck on invalid regex pattern
2 participants