Installing in an Online Cluster through CASE

Run the following command to install the catalog source to the ibm-itx namespace in your cluster. You may choose a namespace different from ibm-itx.
cloudctl case launch         \
    --case case/ibm-itx-rs   \
    --namespace ibm-itx      \
    --inventory itxRsProd    \
    --args "-accept unknown" \
    --action install

Use the --args "" parameter to pass additional arguments to the helm installer. For example, --args "--set persistence.data.capacity=40Gi" expands the default size of 10Gi specified in values.yaml.

Also, the -accept value must be passed in the --args string once you have read and agreed to the product licensing. The product will not operate until this value is set to true.