[run bundle] refactor catalog source and registry pod creation#3832
Merged
rashmigottipati merged 1 commit intooperator-framework:masterfrom Sep 8, 2020
Merged
Conversation
jmrodri
approved these changes
Sep 2, 2020
Member
jmrodri
left a comment
There was a problem hiding this comment.
I just have a question, otherwise LGTM
Member
|
@rashmigottipati looks like your changes broke this test: |
joelanford
approved these changes
Sep 2, 2020
Member
joelanford
left a comment
There was a problem hiding this comment.
Looks great overall! Just some nits.
Otherwise,
/lgtm
joelanford
reviewed
Sep 2, 2020
33b5a25 to
38860c8
Compare
|
New changes are detected. LGTM label has been removed. |
estroz
suggested changes
Sep 2, 2020
38860c8 to
cc47c28
Compare
14 tasks
estroz
reviewed
Sep 4, 2020
estroz
reviewed
Sep 4, 2020
estroz
reviewed
Sep 4, 2020
estroz
reviewed
Sep 4, 2020
estroz
reviewed
Sep 4, 2020
7825702 to
3cb7091
Compare
3cb7091 to
8d6a421
Compare
estroz
reviewed
Sep 4, 2020
estroz
reviewed
Sep 4, 2020
estroz
reviewed
Sep 4, 2020
estroz
reviewed
Sep 4, 2020
estroz
reviewed
Sep 4, 2020
estroz
reviewed
Sep 4, 2020
estroz
suggested changes
Sep 4, 2020
Member
estroz
left a comment
There was a problem hiding this comment.
Mostly small nits, otherwise looks good.
38cc1e5 to
472828c
Compare
estroz
approved these changes
Sep 8, 2020
| // and throws error if unable to parse and execute the container command | ||
| func (rp *RegistryPod) getContainerCmd() (string, error) { | ||
| const containerCommand = "/bin/mkdir -p {{ .DBPath }} &&" + | ||
| const containerCommand = "/bin/mkdir -p {{ .DBPath | dirname }} &&" + |
Member
There was a problem hiding this comment.
NB: this may cause a similar issue in OCP described here.
472828c to
265eaa5
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.