Skip to content

Commit c174352

Browse files
committed
Bug 1871802: customer feedback to make yaml filename consistent
1 parent 6a12654 commit c174352

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

modules/installation-special-config-crony.adoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,13 +40,13 @@ additional `MachineConfig` object for the `worker` role:
4040
+
4141
[source,terminal]
4242
----
43-
$ cat << EOF > ./masters-chrony-configuration.yaml
43+
$ cat << EOF > ./99-masters-chrony-configuration.yaml
4444
apiVersion: machineconfiguration.openshift.io/v1
4545
kind: MachineConfig
4646
metadata:
4747
labels:
4848
machineconfiguration.openshift.io/role: master
49-
name: masters-chrony-configuration
49+
name: 99-masters-chrony-configuration
5050
spec:
5151
config:
5252
ignition:
@@ -79,5 +79,5 @@ directory, and then continue to create the cluster.
7979
+
8080
[source,terminal]
8181
----
82-
$ oc apply -f ./masters-chrony-configuration.yaml
82+
$ oc apply -f ./99-masters-chrony-configuration.yaml
8383
----

0 commit comments

Comments
 (0)