Skip to content
This repository has been 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
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Aug 10, 2020

  1. pkg/components/util: use Helm post-renderer instead of Manifests field

    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>
    invidian committed Aug 10, 2020
    Configuration menu
    Copy the full SHA
    1ee6455 View commit details
    Browse the repository at this point in the history