You can add the ODM metering Helm chart repository in the OpenShift catalog to be able to instanciate the Helm chart through the OpenShift console.
There are two ways to declare the Helm chart repository in the OpenShift catalog:
$ oc apply -f https://decisionsdev.github.io/decisions-metering/charts/openshift/HelmRepository.yaml
apiVersion: helm.openshift.io/v1beta1
kind: HelmChartRepository
metadata:
name: odm-metering-repo
spec:
connectionConfig:
url: 'https://decisionsdev.github.io/decisions-metering/charts/stable/'
You do this only once in your cluster.
Then, you are ready to use the Helm chart in the OpenShift console:
odm-metering
.From Catalog
on the right side.Helm Charts
toggle button.odm
.Ibm Odm Metering
, and then install the ODM metering service.After the metering service is installed, you can apply it to ODM. For details, see Using the metering service with ODM on Kubernetes