-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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
Set an empty value when a default env var value is missing #1777
Set an empty value when a default env var value is missing #1777
Conversation
Signed-off-by: Juraci Paixão Kröhling <juraci@kroehling.de>
@jpkrohling If there is no default specified, and the env var is not set, then I would expect the behaviour to be no tag created. If the user wants to still create the tag if no env var, then that is when they would specify just the colon? |
That's a good argument. |
Signed-off-by: Juraci Paixão Kröhling <juraci@kroehling.de>
Codecov Report
@@ Coverage Diff @@
## master #1777 +/- ##
==========================================
+ Coverage 98.27% 98.27% +<.01%
==========================================
Files 195 195
Lines 9540 9546 +6
==========================================
+ Hits 9375 9381 +6
Misses 131 131
Partials 34 34
Continue to review full report at Codecov.
|
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
…tags pair (jaegertracing#1777) * Set an empty value when a default env var value is missing Signed-off-by: Juraci Paixão Kröhling <juraci@kroehling.de> * Skip value when default isn't specified Signed-off-by: Juraci Paixão Kröhling <juraci@kroehling.de>
Signed-off-by: Juraci Paixão Kröhling juraci@kroehling.de
Which problem is this PR solving?