File tree 2 files changed +4
-5
lines changed
2 files changed +4
-5
lines changed Original file line number Diff line number Diff line change 30
30
echo " Creating bundle"
31
31
mkdir olm-catalog/rhoas-operator/$version
32
32
cp -r olm-template/* olm-catalog/rhoas-operator/$version
33
- cp -r quickstarts/* .yaml olm-catalog/rhoas-operator/$version /manifests
34
33
35
34
sed -i " s/{{version}}/$version /g" olm-catalog/rhoas-operator/$version /manifests/rhoas-operator.clusterserviceversion.yaml
36
35
sed -i " s/{{organization}}/$3 /g" olm-catalog/rhoas-operator/$version /manifests/rhoas-operator.clusterserviceversion.yaml
Original file line number Diff line number Diff line change @@ -6,10 +6,10 @@ Quickstarts available as part of this operator.
6
6
7
7
Add all Quick Starts to your OpenShift cluster
8
8
```
9
- oc apply -f https://raw.githubusercontent.com/redhat-developer/app-services-guides/main/devsandbox- quickstarts/rhosak-devsandbox -connect-cli-toolscontainer -quickstart.yaml
10
- oc apply -f https://raw.githubusercontent.com/redhat-developer/app-services-guides/main/devsandbox- quickstarts/rhosak-devsandbox -getting-started-quickstart.yaml
11
- oc apply -f https://raw.githubusercontent.com/redhat-developer/app-services-guides/main/devsandbox- quickstarts/rhosak-devsandbox -kafkacat-toolscontainer -quickstart.yaml
12
- oc apply -f https://raw.githubusercontent.com/redhat-developer/app-services-guides/main/devsandbox- quickstarts/rhosak-devsandbox -quarkus-bind-cli-toolscontainer -quickstart.yaml
9
+ oc apply -f https://raw.githubusercontent.com/redhat-developer/app-services-operator/quickstarts/olm/ quickstarts/rhosak-openshift -connect-quickstart.yaml
10
+ oc apply -f https://raw.githubusercontent.com/redhat-developer/app-services-operator/quickstarts/olm/ quickstarts/rhosak-openshift -getting-started-quickstart.yaml
11
+ oc apply -f https://raw.githubusercontent.com/redhat-developer/app-services-operator/quickstarts/olm/ quickstarts/rhosak-openshift -kafkacat-quickstart.yaml
12
+ oc apply -f https://raw.githubusercontent.com/redhat-developer/app-services-operator/quickstarts/olm/ quickstarts/rhosak-openshift -quarkus-bind-quickstart.yaml
13
13
```
14
14
15
15
After installation go to right top corner ` ? ` icon and select ` Quickstarts ` to view new Quickstarts that were added.
You can’t perform that action at this time.
0 commit comments