-
Notifications
You must be signed in to change notification settings - Fork 596
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(kubernetesDeploy): Better support for sub-charts #4676
Conversation
/it-go |
dad0caf
to
be85965
Compare
/it-go |
be85965
to
a8547dd
Compare
Kudos, SonarCloud Quality Gate passed! |
Co-authored-by: Johannes Dillmann <[email protected]>
e3328fa
to
68e5342
Compare
|
/it-go |
@anilkeshav27 Could you have a quick look? Since we only added some Update: I have created an alternative pull request #4829 with minimal diff only containing the necessary changes. So the review is much simpler. |
Replaced by #4829. |
Changes
$key.image.repository
/$key.image.tag
(before there was onlyimage.$key.repository
/image.$key.tag
This supports sub-charts better and reduces drastically the necessity to provide
valuesMapping
in such scenarios.