-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
[kubectl] apply labels by patching yaml #1489
[kubectl] apply labels by patching yaml #1489
Conversation
9bd2788
to
3d94770
Compare
Codecov Report
@@ Coverage Diff @@
## master #1489 +/- ##
==========================================
+ Coverage 46.51% 46.69% +0.18%
==========================================
Files 118 119 +1
Lines 5044 5060 +16
==========================================
+ Hits 2346 2363 +17
+ Misses 2464 2463 -1
Partials 234 234
Continue to review full report at Codecov.
|
@nkubala the problem is that now, there's two implementations. One for kubctl/kustomize, one for helm. Maybe you wanted to have a single implementation. |
10d119b
to
75a8e44
Compare
75a8e44
to
05b812d
Compare
@dgageot I don't think that was it, but I can't think of a good reason now so forget about it. Kokoro is failing but it looks like it might have been a network issue, restarting the build |
7adf3c0
to
9447adc
Compare
86e57d3
to
de1a6f5
Compare
Signed-off-by: David Gageot <david@gageot.net>
de1a6f5
to
dd8e017
Compare
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.
This is a much simpler way of labelling resources when using
kubectl
.Signed-off-by: David Gageot david@gageot.net