-
Notifications
You must be signed in to change notification settings - Fork 181
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(directives): support multi file write for helm-template
#2619
Conversation
✅ Deploy Preview for docs-kargo-akuity-io ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
Signed-off-by: Hidde Beydals <[email protected]>
Signed-off-by: Hidde Beydals <[email protected]>
Signed-off-by: Hidde Beydals <[email protected]>
e15a593
to
fbdcead
Compare
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #2619 +/- ##
==========================================
+ Coverage 50.97% 51.03% +0.05%
==========================================
Files 282 282
Lines 21039 21099 +60
==========================================
+ Hits 10724 10767 +43
- Misses 9643 9652 +9
- Partials 672 680 +8 ☔ View full report in Codecov by Sentry. |
Signed-off-by: Hidde Beydals <[email protected]>
Signed-off-by: Hidde Beydals <[email protected]>
Signed-off-by: Hidde Beydals <[email protected]>
d71b4dc
to
dd4113c
Compare
Signed-off-by: Hidde Beydals <[email protected]> (cherry picked from commit 79bbc2b)
Successfully created backport PR for |
Helm-related part for #2596.
This makes the directive behave the same as
helm template
when passing a directory (non.yaml
or.yml
) as output path. Writing each manifests to<outPath>/<chartName>/<pathInChart>
, or<outPath>/<releaseName>/<pathInChart>
whenuseReleaseName
is configured.