Skip to content

Commit 24681ed

Browse files
ybettank8s-ci-robot
authored andcommitted
Fixing documentation for building in-cluster using a Dockerfile.
The doc says to create a `configMap` with the `Dockerfile` key while KMM expects to see the `dockerfile` key instead which will lead to an error. Signed-off-by: Yoni Bettan <[email protected]>
1 parent 9d19612 commit 24681ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/mkdocs/documentation/kmod_image.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ RUN depmod -b /opt ${KERNEL_FULL_VERSION}
6767

6868
KMM is able to build kmod images in cluster.
6969
Build instructions must be provided using the `build` section of a kernel mapping.
70-
The `Dockerfile` for your container image should be copied into a `ConfigMap` object, under the `Dockerfile` key.
70+
The `Dockerfile` for your container image should be copied into a `ConfigMap` object, under the `dockerfile` key.
7171
The `ConfigMap` needs to be located in the same namespace as the `Module`.
7272

7373
KMM will first check if the image name specified in the `containerImage` field exists.

0 commit comments

Comments
 (0)