This repository contains a Helm chart for deploying AI models on Red Hat OpenShift AI (RHOAI) using GitOps practices.
-
Install the chart:
helm install my-model ./chart -n <namespace>
-
Customize the deployment by updating
chart/values.yaml
Apply the application.yaml file to your cluster:
kubectl apply -f application.yaml