Skip to content

Commit 0734b67

Browse files
authored
Merge pull request #57091 from xenolinux/ident
OCPBUGS#9952: Fix idents
2 parents 458e07f + 41d34d4 commit 0734b67

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

modules/nw-control-dns-records-public-hosted-zone-aws.adoc

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@ HOSTEDZONES terraform /hostedzone/Z02355203TNN1XXXX1J6O testextdnsoperator.apacs
6262
+
6363
[source,yaml]
6464
----
65+
$ cat <<EOF | oc create -f -
6566
apiVersion: externaldns.olm.openshift.io/v1beta1
6667
kind: ExternalDNS
6768
metadata:
@@ -71,12 +72,12 @@ spec:
7172
- filterType: Include <2>
7273
matchType: Exact <3>
7374
name: testextdnsoperator.apacshift.support <4>
74-
provider:
75-
type: AWS <5>
76-
source: <6>
77-
type: OpenShiftRoute <7>
78-
openshiftRouteOptions:
79-
routerName: default <8>
75+
provider:
76+
type: AWS <5>
77+
source: <6>
78+
type: OpenShiftRoute <7>
79+
openshiftRouteOptions:
80+
routerName: default <8>
8081
EOF
8182
----
8283
<1> Defines the name of external DNS resource.

0 commit comments

Comments
 (0)