-
Notifications
You must be signed in to change notification settings - Fork 344
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 contributing docs #1762
Fix contributing docs #1762
Conversation
Signed-off-by: Kevin Earls <[email protected]>
Codecov Report
@@ Coverage Diff @@
## main #1762 +/- ##
=======================================
Coverage 87.51% 87.51%
=======================================
Files 99 99
Lines 5937 5937
=======================================
Hits 5196 5196
Misses 567 567
Partials 174 174 Continue to review full report at Codecov.
|
CONTRIBUTING.md
Outdated
Once minikube has finished starting, get the Operator running: | ||
|
||
``` | ||
make cert-manager | ||
IMG=docker.io/$USER/jaeger-operator:latest make generate bundle docker push deploy | ||
export IMG_PREFIX=docker.io/<dockerusername> | ||
export IMG=${IMG_PREFIX}/jaeger-operator:latest |
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.
any reason why the command is split? The original one is a single like copy paste and run which is easier to do.
Not really. I can put it on a single line if you prefer
…On Mon, Feb 21, 2022 at 11:57 AM Pavol Loffay ***@***.***> wrote:
***@***.**** commented on this pull request.
------------------------------
In CONTRIBUTING.md
<#1762 (comment)>
:
> Once minikube has finished starting, get the Operator running:
```
make cert-manager
-IMG=docker.io/$USER/jaeger-operator:latest make generate bundle docker push deploy
+export IMG_PREFIX=docker.io/<dockerusername>
+export IMG=${IMG_PREFIX}/jaeger-operator:latest
any reason why the command is split? The original one is a single like
copy paste and run which is easier to do.
—
Reply to this email directly, view it on GitHub
<#1762 (review)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAHWJ2GOWVBI5TWLUQBAOXDU4ILAJANCNFSM5O54NLTA>
.
Triage notifications on the go with GitHub Mobile for iOS
<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675>
or Android
<https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub>.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Signed-off-by: Kevin Earls <[email protected]>
Signed-off-by: Kevin Earls [email protected]
Which problem is this PR solving?
Short description of the changes