Skip to content

Commit 3a64aa4

Browse files
Interim fix for the Quickstarts (#3618)
Co-authored-by: Chris Suszyński <[email protected]>
1 parent 0763ad2 commit 3a64aa4

File tree

2 files changed

+10
-6
lines changed

2 files changed

+10
-6
lines changed

knative-operator/deploy/resources/quickstart/serverless-application-quickstart.yaml

+5-3
Original file line numberDiff line numberDiff line change
@@ -29,14 +29,16 @@ spec:
2929
2. At the top of the page, in the **Projects** list, select a project to
3030
create the application in. You can also create a new one.
3131
32-
3. Click **From Git**.
32+
3. Click **Import from Git** on **Git Repository** card.
3333
3434
4. In the **Git Repo URL** field, type
3535
`https://github.com/sclorg/django-ex.git`.
3636
37-
5. Under Resources, select **Knative Service**.
37+
5. Expand the **Show advanced Git options**, and type `4.2.x` in the **Git reference** field.
3838
39-
6. At the end of the page, click **Create**.
39+
6. Under Deploy section, make sure the **Serverless Deployment** is selected.
40+
41+
7. At the end of the page, click **Create**.
4042
4143
4244
The **Topology** view displays your new Serverless application. The

templates/serverless-application-quickstart.yaml

+5-3
Original file line numberDiff line numberDiff line change
@@ -29,14 +29,16 @@ spec:
2929
2. At the top of the page, in the **Projects** list, select a project to
3030
create the application in. You can also create a new one.
3131
32-
3. Click **From Git**.
32+
3. Click **Import from Git** on **Git Repository** card.
3333
3434
4. In the **Git Repo URL** field, type
3535
`https://github.com/sclorg/django-ex.git`.
3636
37-
5. Under Resources, select **Knative Service**.
37+
5. Expand the **Show advanced Git options**, and type `4.2.x` in the **Git reference** field.
3838
39-
6. At the end of the page, click **Create**.
39+
6. Under Deploy section, make sure the **Serverless Deployment** is selected.
40+
41+
7. At the end of the page, click **Create**.
4042
4143
4244
The **Topology** view displays your new Serverless application. The

0 commit comments

Comments
 (0)