Skip to content
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: Add Helm support for Nephe #158

Merged
merged 1 commit into from
Mar 20, 2023
Merged

feat: Add Helm support for Nephe #158

merged 1 commit into from
Mar 20, 2023

Commits on Mar 20, 2023

  1. Add Helm support for Nephe

    We decided to put CRD in sub-charts for 2 reasons. We wanted
    to install CRDs before any config and secondly we wanted CRD
    to support templates which is required for webhooks.
    
    https://helm.sh/docs/chart_best_practices/custom_resource_definitions/#method-2-separate-charts
    
    We havent supported generation of manifests for helm automatically.
    Its a manual process to copy the yamls in the helm chart directory.
    Also CI is not updated to use helm chart way of installation.
    
    Signed-off-by: Rahul Jain <rahulj@vmware.com>
    reachjainrahul committed Mar 20, 2023
    Configuration menu
    Copy the full SHA
    79ed13c View commit details
    Browse the repository at this point in the history