Skip to content

Commit 8bde4de

Browse files
committed
tmp
Signed-off-by: Yoni Bettan <[email protected]>
1 parent a5bcbfc commit 8bde4de

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

config/samples/kmm.sigs.x-k8s.io_modulebuildsignconfigs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ metadata:
44
name: modulebuildsignconfig-sample
55
spec:
66
images:
7-
- image: <kmod container image URL>
7+
- image: quay.io/myorg/my-kernel-module:latestt
88
kernelVersion: 4.18.0-372.32.1.el8_6.x86_64
99
action: BuildImage
1010
build:

config/samples/kmm.sigs.x-k8s.io_moduleimagesconfigs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ metadata:
44
name: moduleimagesconfig-sample
55
spec:
66
images:
7-
- image: <kmod container image URL>
7+
- image: quay.io/myorg/my-kernel-module:v1.0.0
88
kernelVersion: 4.18.0-372.32.1.el8_6.x86_64
99
imagePullPolicy: IfNotPresent
1010
pushBuiltImage: false

config/samples/kmm.sigs.x-k8s.io_nodemodulesconfigs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ spec:
99
serviceAccountName: kmm-operator-controller
1010
config:
1111
kernelVersion: 4.18.0-372.32.1.el8_6.x86_64
12-
containerImage: <kmod container image URL>
12+
containerImage: quay.io/myorg/my-kernel-module:latest
1313
imagePullPolicy: IfNotPresent
1414
insecurePull: false
1515
modprobe:

0 commit comments

Comments
 (0)