Skip to content

Commit 338ec1e

Browse files
committed
(chore): fix nav url
1 parent 88c818a commit 338ec1e

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

05-build/knative/service-with-build-template.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ kind: Service
33
metadata:
44
name: event-greeter
55
spec:
6-
runLatest:
6+
runLatest:
77
configuration:
88
build:
99
apiVersion: build.knative.dev/v1alpha1

documentation/modules/ROOT/pages/05-build/build-templates.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ spec:
8888

8989
The build done by the build steps of the template is exactly same like what was done by xref:ROOT:05-build/build.adoc#build-create-build[raw build], but templates gives flexibility and ease of configuration via parameters. The template step(s) modifications are transparent to the consumers (the builds inheriting the template), the builds using the template will automatically inherit the modified steps.
9090

91-
[#build-template-generate-service]
91+
[#build-template-edit-service]
9292
=== Edit Knative service
9393

9494
Run the following command to create the knative service that will use the image created by the Knative build template we defined earlier.

0 commit comments

Comments
 (0)