This repository has been archived by the owner on Jun 29, 2022. It is now read-only.
Move sanitizing Helm charts functionality to post-renderer #728
Labels
kind/enhancement
New feature or request
#727 adds use of Helm's post-renderer functionality. As we currently do some filtering on rendered manifests, like removing all
Namespace
objects (https://github.com/kinvolk/lokomotive/blob/master/pkg/components/util/helm.go#L175), we could perhaps move that into the post-renderer functionality. This will allow avoiding rendering helm charts twice, which causes some troubles.The text was updated successfully, but these errors were encountered: