Skip to content

Commit b4afc98

Browse files
authored
Merge pull request #45545 from openshift-cherrypick-robot/cherry-pick-45410-to-enterprise-4.7
[enterprise-4.7] replaced two instances of foo.com
2 parents 79b98fc + 92a3811 commit b4afc98

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

modules/nw-dns-forward.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ spec:
3030
servers:
3131
- name: foo-server <1>
3232
zones: <2>
33-
- foo.com
33+
- example.com
3434
forwardPlugin:
3535
upstreams: <3>
3636
- 1.1.1.1
@@ -66,7 +66,7 @@ $ oc get configmap/dns-default -n openshift-dns -o yaml
6666
apiVersion: v1
6767
data:
6868
Corefile: |
69-
foo.com:5353 {
69+
example.com:5353 {
7070
forward . 1.1.1.1 2.2.2.2:5353
7171
}
7272
bar.com:5353 example.com:5353 {

0 commit comments

Comments
 (0)