-
Notifications
You must be signed in to change notification settings - Fork 57
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
Trimmed certificates before checking them #742
Conversation
Skipping CI for Draft Pull Request. |
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
/test all |
A new image has been built to help with testing out this PR: To use this image run the following: cd $(mktemp -d)
git clone [email protected]:opendatahub-io/data-science-pipelines-operator.git
cd data-science-pipelines-operator/
git fetch origin pull/742/head
git checkout -b pullrequest 554ff08d3ea3608aabd6a046bde7df2f5a62d37a
oc new-project opendatahub
make deploy IMG="quay.io/opendatahub/data-science-pipelines-operator:pr-742" More instructions here on how to deploy and test a Data Science Pipelines Application. |
Change to PR detected. A new PR build was completed. |
1 similar comment
Change to PR detected. A new PR build was completed. |
9332238
to
ccbeb62
Compare
Change to PR detected. A new PR build was completed. |
ccbeb62
to
4dade96
Compare
Change to PR detected. A new PR build was completed. |
4dade96
to
ed29d62
Compare
Change to PR detected. A new PR build was completed. |
ed29d62
to
a71402a
Compare
Change to PR detected. A new PR build was completed. |
Signed-off-by: Helber Belmiro <[email protected]>
a71402a
to
7b35ab5
Compare
Change to PR detected. A new PR build was completed. |
The issue resolved by this Pull Request:
Resolves https://issues.redhat.com/browse/RHOAIENG-15689
Description of your changes:
Added
TrimSpace
when checking if certificates are empty.Testing instructions
See https://issues.redhat.com/browse/RHOAIENG-15689.
Checklist