-
Notifications
You must be signed in to change notification settings - Fork 6.4k
fix(cli): Fix appset generate in --core mode for cluster gen #21170
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
Conversation
❌ Preview Environment deleted from BunnyshellAvailable commands (reply to this comment):
|
Signed-off-by: OpenGuidou <guillaume.doussin@gmail.com>
9a51d39
to
a17f086
Compare
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #21170 +/- ##
==========================================
+ Coverage 53.79% 55.19% +1.39%
==========================================
Files 324 324
Lines 55603 55607 +4
==========================================
+ Hits 29914 30690 +776
+ Misses 23087 22289 -798
- Partials 2602 2628 +26 ☔ View full report in Codecov by Sentry. |
@andrii-korotkov-verkada @ishitasequeira would you mind checking this one as well ? |
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!!!
/cherry-pick release-2.13 |
Signed-off-by: OpenGuidou <guillaume.doussin@gmail.com>
…) (#21236) Signed-off-by: OpenGuidou <guillaume.doussin@gmail.com> Co-authored-by: OpenGuidou <73480729+OpenGuidou@users.noreply.github.com>
…proj#21170) Signed-off-by: OpenGuidou <guillaume.doussin@gmail.com> Signed-off-by: Brett C. Dudo <brett@dudo.io>
…proj#21170) Signed-off-by: OpenGuidou <guillaume.doussin@gmail.com>
…proj#21170) Signed-off-by: OpenGuidou <guillaume.doussin@gmail.com>
Complement of #20717 for the use case with cluster generators, producing the error:
error getting cluster secrets: no kind is registered for the type v1.SecretList in scheme
Checklist: