Skip to content

Commit 7a43e0d

Browse files
authored
Merge pull request #38737 from codyhoag/sample-domain-name
WMCO#802 More appropriate example domain name
2 parents 06404d5 + f958ec9 commit 7a43e0d

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
@@ -41,7 +41,7 @@ metadata:
4141
data:
4242
10.1.42.1: |- <1>
4343
username=Administrator <2>
44-
instance.dns.com: |-
44+
instance.example.com: |-
4545
username=core
4646
----
4747
<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)