Skip to content

Commit f958ec9

Browse files
committed
More appropriate example domain name
1 parent 98113db commit f958ec9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

modules/byoh-configuring.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ metadata:
4040
data:
4141
10.1.42.1: |- <1>
4242
username=Administrator <2>
43-
instance.dns.com: |-
43+
instance.example.com: |-
4444
username=core
4545
----
4646
<1> An address to SSH in to the instance with. This can be a DNS name or an IPv4 address. A PTR record must exist corresponding to the address used in the config map resolving to the instance host name for successful reverse DNS lookups.

modules/byoh-removal.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ metadata:
1616
name: windows-instances
1717
namespace: openshift-windows-machine-config-operator
1818
data:
19-
instance.dns.com: |-
19+
instance.example.com: |-
2020
username=core
2121
----
2222

0 commit comments

Comments
 (0)