File tree Expand file tree Collapse file tree 2 files changed +23
-0
lines changed
templates/gpu-operator/ocp Expand file tree Collapse file tree 2 files changed +23
-0
lines changed Original file line number Diff line number Diff line change 1+ {{- if .Values.environment.openshift }}
2+ apiVersion : operators.coreos.com/v1alpha1
3+ kind : ClusterServiceVersion
4+ metadata :
5+ name : gpu-operator-fake.{{ .Values.environment.fakeCSVVersion }}
6+ namespace : openshift-operator-lifecycle-manager
7+ spec :
8+ description : Represents the fake-gpu-operator
9+ displayName : Fake GPU Operator
10+ install :
11+ strategy : deployment
12+ links :
13+ - name : Fake GPU Operator
14+ url : https://github.com/run-ai/fake-gpu-operator
15+ maintainers :
16+ - email : support@run.ai
17+ name : Run:AI
18+ maturity : alpha
19+ provider :
20+ name : Run:AI
21+ version : {{ .Values.environment.fakeCSVVersion }}
22+ {{- end }}
Original file line number Diff line number Diff line change 11environment :
22 openshift : false
3+ fakeCSVVersion : 25.10.0
34 resourceReservationNamespace : runai-reservation
45
56devicePlugin :
You can’t perform that action at this time.
0 commit comments