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

Pvc pipeline fixes #98

Draft
wants to merge 6 commits into
base: main
Choose a base branch
from
Draft

Pvc pipeline fixes #98

wants to merge 6 commits into from

Commits on Aug 11, 2023

  1. Fix PVC name template

    Example of usage:
    
    ...
      persistentVolumeClaims:
        - claimName: efs-storage
          storageClass:
            accessModes:
              - ReadWriteMany
            name: efs-mono
          storage: 1Gi
    ...
    mbacchi committed Aug 11, 2023
    Configuration menu
    Copy the full SHA
    b9a89ca View commit details
    Browse the repository at this point in the history
  2. Also update ci values

    mbacchi committed Aug 11, 2023
    Configuration menu
    Copy the full SHA
    cd11f97 View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2023

  1. Bump version

    Signed-off-by: Leon Pham <[email protected]>
    mbacchi authored and leonpham0 committed Aug 16, 2023
    Configuration menu
    Copy the full SHA
    f6ef260 View commit details
    Browse the repository at this point in the history
  2. Fix PVC related testing by setting up a PV

    Add some documentation on testing
    
    Signed-off-by: Leon Pham <[email protected]>
    leonpham0 committed Aug 16, 2023
    Configuration menu
    Copy the full SHA
    c8a3423 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2c6a52b View commit details
    Browse the repository at this point in the history
  4. Add volume entries for the service

    Signed-off-by: Leon Pham <[email protected]>
    leonpham0 committed Aug 16, 2023
    Configuration menu
    Copy the full SHA
    2c6f952 View commit details
    Browse the repository at this point in the history