This repository was archived by the owner on Jun 29, 2022. It is now read-only.
pkg/components/util: use Helm post-renderer instead of Manifests field - #727
Open
Mateusz Gozdek (invidian) wants to merge 1 commit into
Open
Mateusz Gozdek (invidian) wants to merge 1 commit into
Mateusz Gozdek (invidian) wants to merge 1 commit into
Conversation
Mateusz Gozdek (invidian)
requested review from
Imran Pochi (ipochi) and
Suraj Deshmukh (surajssd)
as code owners
July 21, 2020 21:55
Mateusz Gozdek (invidian)
force-pushed
the
invidian/dont-use-custom-helm-manifests-field
branch
2 times, most recently
from
July 22, 2020 08:00
8035b0e to
498d85c
Compare
Member
Author
|
Unfortunately, I'm not sure why this fails 馃槥 |
Mateusz Gozdek (invidian)
force-pushed
the
invidian/dont-use-custom-helm-manifests-field
branch
from
July 22, 2020 09:32
498d85c to
d93192b
Compare
Mateusz Gozdek (invidian)
force-pushed
the
invidian/dont-use-custom-helm-manifests-field
branch
3 times, most recently
from
August 10, 2020 11:04
8f3b4fc to
a182195
Compare
As Manifests filed in Chart object is a custom field, added to our fork of Helm. Now Helm offers post-renderer feature, which allows to further customize the manfiests after Helm's templating engine and before the installation of the manifests. This allows us to use post-renderer feature and drop one of maintained custom patches, which means less maintenance for us. Signed-off-by: Mateusz Gozdek <mateusz@kinvolk.io>
Mateusz Gozdek (invidian)
force-pushed
the
invidian/dont-use-custom-helm-manifests-field
branch
from
August 10, 2020 16:42
a182195 to
1ee6455
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
As Manifests filed in Chart object is a custom field, added to our fork
of Helm. Now Helm offers post-renderer feature, which allows to further
customize the manfiests after Helm's templating engine and before the
installation of the manifests.
This allows us to use post-renderer feature and drop one of maintained
custom patches, which means less maintenance for us.
See helm/helm#8497 (comment) for motivation.
Signed-off-by: Mateusz Gozdek mateusz@kinvolk.io