fix: added missing pod labels for init job - #30956
Conversation
villebro
left a comment
There was a problem hiding this comment.
Thanks for the fix, LGTM. However, I noticed we're also missing the standard metadata.labels on this template that are found in the other ones (app, chart, release, heritage) - could you add those while we're at it?
|
@villebro Some pre-check (helm docs modified?) failed for the previous commit, should I perform some additional action? |
|
@glothriel you need to run |
|
@glothriel this PR requires yet another rebase, as we're now already on version 0.13.3. Also, note that the version was not updated in the README in the latest commits, so you may want to consider installing |
9758a50 to
65402a3
Compare
|
@villebro Can I ask for review please? |
|
hey @villebro would it be possible to get this PR reviewed soon? |
villebro
left a comment
There was a problem hiding this comment.
LGTM, thanks for your patience! ❤️
villebro
left a comment
There was a problem hiding this comment.
One more change request to make this feature complete - sorry for one more iteration 🙁
villebro
left a comment
There was a problem hiding this comment.
LGTM, hopefully the final one 😁

SUMMARY
Added missing pod labels for init job. Without them it's impossible to dynamically set labels in environments with Network Policies engaged.
BEFORE/AFTER SCREENSHOTS OR ANIMATED GIF
skip
TESTING INSTRUCTIONS
Running helm template will suffice.
ADDITIONAL INFORMATION