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(shared): Simplifying storage class creation with helm module #2351

Merged
merged 1 commit into from
Sep 4, 2023

Commits on Sep 4, 2023

  1. feat(shared): Simplifying storage class creation with helm module and…

    … moved to shared folder
    
    This pull request addresses to refactor the current implementation of creating helm releases using GitOps to a more flexible approach by leveraging the ansible helm module and moving the creation of storage class roles to a share folder.
    
    The six  platforms that have been modified to make them compatible with the shared "storage_class" charts and roles  are:
       • Hyperledger-Besu
       • Hyperledger-Fabric
       • R3-corda
       • R3-corda-Ent
       • Quorum
       • Hyperledger- Indy
    
    Changes Made:
    
    Instead of using gitOps to create helm release, used helm module from ansible by creating jinja(j2) template.
    Moved the creation of storage class roles to a shared folder to use them across all the platforms.
    
    Fixes: hyperledger#2306
    
    Signed-off-by: sailajakommineni <[email protected]>
    sailajakommineni committed Sep 4, 2023
    Configuration menu
    Copy the full SHA
    97c6f26 View commit details
    Browse the repository at this point in the history