Skip to content

Commit 626aa8d

Browse files
authored
chore: remove quickstarts from installation phase (#231)
* chore: remove quickstarts from installation phase * chore: update readme for quickstarts
1 parent e72f4e6 commit 626aa8d

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

olm/autoupdate.sh

-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@ fi
3030
echo "Creating bundle"
3131
mkdir olm-catalog/rhoas-operator/$version
3232
cp -r olm-template/* olm-catalog/rhoas-operator/$version
33-
cp -r quickstarts/*.yaml olm-catalog/rhoas-operator/$version/manifests
3433

3534
sed -i "s/{{version}}/$version/g" olm-catalog/rhoas-operator/$version/manifests/rhoas-operator.clusterserviceversion.yaml
3635
sed -i "s/{{organization}}/$3/g" olm-catalog/rhoas-operator/$version/manifests/rhoas-operator.clusterserviceversion.yaml

olm/quickstarts/README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@ Quickstarts available as part of this operator.
66

77
Add all Quick Starts to your OpenShift cluster
88
```
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
1313
```
1414

1515
After installation go to right top corner `?` icon and select `Quickstarts` to view new Quickstarts that were added.

0 commit comments

Comments
 (0)