Skip to content
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

Support install label and annotations on velero CLI installation resources #6152

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

kaovilai
Copy link
Contributor

@kaovilai kaovilai commented Apr 15, 2023

Plus added unit test for install.Run() to cover the added features. Can add to this "end to end" install unit test in the future.
Signed-off-by: Tiger Kaovilai tkaovila@redhat.com

Thank you for contributing to Velero!

Please add a summary of your change

Does your change fix a particular issue?

Fixes #4982

Please indicate you've done the following:

  • Accepted the DCO. Commits without the DCO will delay acceptance.
  • Created a changelog file or added /kind changelog-not-required as a comment on this pull request.
  • Updated the corresponding documentation in site/content/docs/main.

@codecov-commenter
Copy link

codecov-commenter commented Apr 15, 2023

Codecov Report

Merging #6152 (a51cc56) into main (65f99c1) will decrease coverage by 0.12%.
The diff coverage is 89.47%.

@@            Coverage Diff             @@
##             main    #6152      +/-   ##
==========================================
- Coverage   41.28%   41.17%   -0.12%     
==========================================
  Files         251      252       +1     
  Lines       23399    23698     +299     
==========================================
+ Hits         9661     9758      +97     
- Misses      12979    13168     +189     
- Partials      759      772      +13     
Impacted Files Coverage Δ
pkg/cmd/cli/install/install.go 29.76% <89.47%> (ø)

... and 1 file with indirect coverage changes

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

…urces

Signed-off-by: Tiger Kaovilai <tkaovila@redhat.com>
Signed-off-by: Tiger Kaovilai <passawit.kaovilai@gmail.com>
@reasonerjt
Copy link
Contributor

@kaovilai Sorry for the late response, but could you elaborate on why this is needed?

@kaovilai
Copy link
Contributor Author

I was just helping close "help wanted" issues.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Support additional labels and annotations on velero CLI generated YAML
3 participants