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

fix: wrong if statement to install policy report CRDs. #289

Merged
merged 1 commit into from
Sep 14, 2023

Conversation

jvanz
Copy link
Member

@jvanz jvanz commented Sep 14, 2023

Description

The install_crds.sh script used by updatecli to install new version of the CRDs is missing a logic clause in the if statement to check if the policy report CRDs should be installed. This commit fixed that by adding the missing "or" logic.

The install_crds.sh script used by updatecli to install new version of
the CRDs is missing a logic clause in the if statement to check if the
policy report CRDs should be installed. This commit fixed that by adding
the missing "or" logic.

Signed-off-by: José Guilherme Vanz <[email protected]>
@jvanz jvanz requested a review from a team as a code owner September 14, 2023 13:59
@jvanz jvanz self-assigned this Sep 14, 2023
@jvanz jvanz mentioned this pull request Sep 14, 2023
Copy link
Member

@flavio flavio left a comment

Choose a reason for hiding this comment

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

LGTM. Is it fine to have the e2e tests broken?

@jvanz
Copy link
Member Author

jvanz commented Sep 14, 2023

LGTM. Is it fine to have the e2e tests broken?

I think so. The updated script is not run in the e2e tests. Therefore, it's a different issue.

Copy link
Member

@viccuad viccuad left a comment

Choose a reason for hiding this comment

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

LGTM!

@jvanz jvanz merged commit 00a8a24 into kubewarden:main Sep 14, 2023
2 of 3 checks passed
@jvanz jvanz deleted the fix-crd-install-policyreport branch September 14, 2023 16:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

3 participants