Skip to content
This repository has been archived by the owner on Aug 1, 2024. It is now read-only.

Commits on Jul 5, 2024

  1. Introduce new 'spec.{application,database}.storageClassName' CRD fiel…

    …ds allowing to set storage class names for Application and Database PVCs
    
    This is a quick fix for 1.2, until https://issues.redhat.com/browse/RHIDP-2232 addresses CR customization in a more generic way
    rm3l committed Jul 5, 2024
    Configuration menu
    Copy the full SHA
    9c266d0 View commit details
    Browse the repository at this point in the history
  2. Regenerate manifests and bundle

    rm3l committed Jul 5, 2024
    Configuration menu
    Copy the full SHA
    345d1cc View commit details
    Browse the repository at this point in the history
  3. Add CSV Markers allowing to generate x-descriptors (so that users can…

    … select a storage class from a list populated from the cluster)
    
    As depicted in [1], this will display a list of
     storage classes from which the user can select a storage class.
    This can be useful to reduce errors when using the Operator.
    
    References
    - Operator SDK documentation [2]
    - OLM reference [3]
    
    [1] https://www.redhat.com/en/blog/openshift-4-2-declarative-dynamic-ui-for-your-operator
    [2] https://sdk.operatorframework.io/docs/building-operators/golang/references/markers/
    [3] https://github.com/openshift/console/blob/master/frontend/packages/operator-lifecycle-manager/src/components/descriptors/reference/reference.md
    rm3l committed Jul 5, 2024
    Configuration menu
    Copy the full SHA
    6c45a3a View commit details
    Browse the repository at this point in the history