Skip to content

Commit 89efe67

Browse files
update: change CSV alm-examples
Signed-off-by: Eoin Gallinagh <[email protected]>
1 parent a4cf575 commit 89efe67

File tree

1 file changed

+39
-1
lines changed

1 file changed

+39
-1
lines changed

config/manifests/bases/codeflare-operator.clusterserviceversion.yaml

+39-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,45 @@ apiVersion: operators.coreos.com/v1alpha1
22
kind: ClusterServiceVersion
33
metadata:
44
annotations:
5-
alm-examples: '[]'
5+
alm-examples: |-
6+
[{
7+
"apiVersion": "workload.codeflare.dev/v1beta1",
8+
"kind": "AppWrapper",
9+
"metadata": {"name": "0001-aw-generic-deployment-1"},
10+
"spec": {
11+
"resources": {
12+
"GenericItems": [{
13+
"replicas": 1,
14+
"generictemplate": {
15+
"apiVersion": "apps/v1",
16+
"kind": "Deployment",
17+
"metadata": {
18+
"name": "0001-aw-generic-deployment-1",
19+
"labels": {"app": "0001-aw-generic-deployment-1"}
20+
},
21+
"spec": {
22+
"selector": {"matchLabels": {"app": "0001-aw-generic-deployment-1"}},
23+
"replicas": 2,
24+
"template": {
25+
"metadata": {"labels": {"app": "0001-aw-generic-deployment-1"}},
26+
"spec": {
27+
"containers": [{
28+
"name": "0001-aw-generic-deployment-1",
29+
"image": "kicbase/echo-server:1.0",
30+
"ports": [{"containerPort": 80}],
31+
"resources": {
32+
"requests": {"cpu": "100m", "memory": "256Mi"},
33+
"limits": {"cpu": "100m", "memory": "256Mi"}
34+
}
35+
}]
36+
}
37+
}
38+
}
39+
}
40+
}]
41+
}
42+
}
43+
}]
644
capabilities: Basic Install
745
categories: AI/Machine Learning, Big Data
846
operatorframework.io/suggested-namespace: openshift-operators

0 commit comments

Comments
 (0)