Skip to content

Commit 77f80b0

Browse files
committed
Fixing YAML sample values
1 parent 89e2709 commit 77f80b0

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

modules/machine-lifecycle-hook-deletion-etcd.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ After this transition is complete, it is safe for the old etcd pod and its data
4141
[source,yaml]
4242
----
4343
apiVersion: machine.openshift.io/v1beta1
44-
kind: ControlPlaneMachineSet
44+
kind: Machine
4545
metadata:
4646
...
4747
spec:

modules/machine-lifecycle-hook-deletion-format.adoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ The following YAML snippets demonstrate the format and placement of deletion lif
1212
[source,yaml]
1313
----
1414
apiVersion: machine.openshift.io/v1beta1
15-
kind: MachineSet
15+
kind: Machine
1616
metadata:
1717
...
1818
spec:
@@ -29,7 +29,7 @@ spec:
2929
[source,yaml]
3030
----
3131
apiVersion: machine.openshift.io/v1beta1
32-
kind: MachineSet
32+
kind: Machine
3333
metadata:
3434
...
3535
spec:
@@ -52,7 +52,7 @@ The following example demonstrates the implementation of multiple fictional life
5252
[source,yaml]
5353
----
5454
apiVersion: machine.openshift.io/v1beta1
55-
kind: MachineSet
55+
kind: Machine
5656
metadata:
5757
...
5858
spec:

0 commit comments

Comments
 (0)