diff --git a/modules/nw-installing-external-dns-operator-cli.adoc b/modules/nw-installing-external-dns-operator-cli.adoc index 827fd85c03e9..295c270c05e7 100644 --- a/modules/nw-installing-external-dns-operator-cli.adoc +++ b/modules/nw-installing-external-dns-operator-cli.adoc @@ -95,8 +95,8 @@ $ oc apply -f subscription.yaml [source,terminal] ---- $ oc -n external-dns-operator \ - get subscription external-dns-operator \ - --template='{{.status.installplan.name}}{{"\n"}}' + get subscription external-dns-operator \ + --template='{{.status.installplan.name}}{{"\n"}}' ---- . Verify that the status of the install plan is `Complete` by running the following command: @@ -104,8 +104,8 @@ $ oc -n external-dns-operator \ [source,terminal] ---- $ oc -n external-dns-operator \ - get ip \ - --template='{{.status.phase}}{{"\n"}}' + get ip \ + --template='{{.status.phase}}{{"\n"}}' ---- . Verify that the status of the `external-dns-operator` pod is `Running` by running the following command: @@ -151,4 +151,4 @@ $ oc -n external-dns-operator get csv ---- NAME DISPLAY VERSION REPLACES PHASE external-dns-operator.v<1.y.z> ExternalDNS Operator <1.y.z> Succeeded ----- \ No newline at end of file +----