-
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
feat: Add skaffold inspect command for adding config dependencies #9072
Conversation
…ows adding config dependencies to the configs in a skaffold file
…ows adding config dependencies to the configs in a skaffold file
Codecov Report
@@ Coverage Diff @@
## main #9072 +/- ##
==========================================
- Coverage 70.48% 63.40% -7.08%
==========================================
Files 515 628 +113
Lines 23150 32267 +9117
==========================================
+ Hits 16317 20459 +4142
- Misses 5776 10246 +4470
- Partials 1057 1562 +505
... and 432 files with indirect coverage changes 📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
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! Thanks!
Related: #9071
Description
Introduces the ability to add config dependencies to configs defined in a skaffold file. This command works similar to the
skaffold inspect build-env
commands that can be used to manipulate skaffold config(s).User facing changes (remove if N/A)
Similar to the other
inspect
commands this is hidden but obviously can be used if a user is aware of it.