# OpenShift OperatorHub Custom CatalogSource

Follow the steps below to Install T4K via a custom CatalogSource.

Use the example from below where the image version is set as `3.1.0`

```
apiVersion: operators.coreos.com/v1alpha1
kind: CatalogSource
metadata:
  name: k8s-triliovault-manifest
  namespace: openshift-marketplace
spec:
  sourceType: grpc
  image: quay.io/triliovault/k8s-triliovault-operator:3.1.0
```

Validate the catalogsource was successfully installed by running the following command\
`oc get catalogSource k8s-triliovault-manifest -n openshift-marketplace`

```bash
NAME                       DISPLAY   TYPE   PUBLISHER   AGE
k8s-triliovault-manifest             grpc                1d
```

Logout and login through the web console of OpenShift and navigate to the OperatorHub console. The T4K operator is now available to be installed in the environment.T4K can also be installed within OpenShift OperatorHub via a custom CatalogSource object.

![Custom CatalogSource for T4K in OperatorHub](https://content.gitbook.com/content/TrewSrS6CmLdahLrZUjj/blobs/waTKek6J4UHzSQYc8BpD/image.png)

Proceed with the installation of T4K as normal within the cluster.
