Skip to content

Commit 3b7ba6c

Browse files
StephenJamesSmithopenshift-cherrypick-robot
authored andcommitted
TELCODOCS-2379: Fix typo
1 parent b953bce commit 3b7ba6c

4 files changed

+4
-4
lines changed

modules/kmm-building-and-signing-a-moduleloader-container-image.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ metadata:
3333
name: example-module-dockerfile
3434
namespace: default <1>
3535
data:
36-
Dockerfile: |
36+
dockerfile: |
3737
ARG DTK_AUTO
3838
ARG KERNEL_VERSION
3939
FROM ${DTK_AUTO} as builder

modules/kmm-building-in-cluster.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
KMM can build module loader images in the cluster. Follow these guidelines:
1111

1212
* Provide build instructions using the `build` section of a kernel mapping.
13-
* Copy the `Dockerfile` for your container image into a `ConfigMap` resource, under the `dockerfile` key.
13+
* Copy the Dockerfile for your container image into a `ConfigMap` resource, under the `dockerfile` key.
1414
* Ensure that the `ConfigMap` is located in the same namespace as the `Module`.
1515

1616
KMM checks if the image name specified in the `containerImage` field exists. If it does, the build is skipped.

modules/kmm-using-driver-toolkit.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ It contains tools and libraries for the OpenShift version currently running in t
1212

1313
.Procedure
1414

15-
Use DTK as the first stage of a multi-stage `Dockerfile`.
15+
Use DTK as the first stage of a multi-stage Dockerfile.
1616

1717
. Build the kernel modules.
1818

modules/kmm-using-signing-with-kmm.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@ For more details on using Secure Boot, see link:https://access.redhat.com/docume
1414

1515
* A public private key pair in the correct (DER) format.
1616
* At least one secure-boot enabled node with the public key enrolled in its MOK database.
17-
* Either a pre-built driver container image, or the source code and `Dockerfile` needed to build one in-cluster.
17+
* Either a pre-built driver container image, or the source code and Dockerfile needed to build one in-cluster.

0 commit comments

Comments
 (0)