Skip to content

Commit 0a74311

Browse files
ybettanopenshift-merge-bot[bot]
authored andcommitted
Fixing BMC docs.
Adding the API version and fixing the resource type so the example can be applied as is. Signed-off-by: Yoni Bettan <yonibettan@gmail.com>
1 parent 8c65a53 commit 0a74311

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/mkdocs/documentation/day1_limited_option.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,8 @@ When a day1 kmod was "transitioned" to the KMM operator using a `Module`, a BMC
158158

159159
### BootMachineConfig CRD
160160
```yaml
161-
kind: BootMachineConfig
161+
apiVersion: kmm.sigs.x-k8s.io/v1beta1
162+
kind: BootModuleConfig
162163
metadata:
163164
name: example-bmc
164165
namespace: openshift-machine-config-operator

0 commit comments

Comments
 (0)