-
Notifications
You must be signed in to change notification settings - Fork 130
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
Support mongo server url path #1213
Conversation
The following is the coverage report on the affected files.
|
c6d30fd
to
1615c58
Compare
/test pull-tekton-chains-unit-tests |
The following is the coverage report on the affected files.
|
1615c58
to
32717ef
Compare
The following is the coverage report on the affected files.
|
32717ef
to
72dd844
Compare
The following is the coverage report on the affected files.
|
72dd844
to
d59a681
Compare
The following is the coverage report on the affected files.
|
d59a681
to
713cf03
Compare
The following is the coverage report on the affected files.
|
713cf03
to
4cad9b9
Compare
The following is the coverage report on the affected files.
|
/test pull-tekton-chains-integration-tests |
Previously when `storage.docdb.mongo-server-url-dir` was set, then value was read from the path specified in the field plus `MONGO_SERVER_URL` i.e. (for e.g. /mnt/mongo-creds-secret/MONGO_SERVER_URL) so user had to create the secret with the key `MONGO_SERVER_URL` Hence, with this patch user can specify the path now and the tokwn will be read from the path specified Signed-off-by: PuneetPunamiya <ppunamiy@redhat.com>
4cad9b9
to
cd6eae2
Compare
The following is the coverage report on the affected files.
|
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.
/lgtm
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: jkhelil, lcarva The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Previously when
storage.docdb.mongo-server-url-dir
was set, then value was read from the path specified in the field plusMONGO_SERVER_URL
i.e. (for e.g. /mnt/mongo-creds-secret/MONGO_SERVER_URL) so user had to create the secret with the keyMONGO_SERVER_URL
Hence, with this patch user can specify the path now and the tokwn will be read from the path specified
Changes
Submitter Checklist
As the author of this PR, please check off the items in this checklist:
functionality, content, code)
Release Notes