diff --git a/modules/nw-customize-ingress-error-pages.adoc b/modules/nw-customize-ingress-error-pages.adoc index e047043f5ac3..e489045bf4ce 100644 --- a/modules/nw-customize-ingress-error-pages.adoc +++ b/modules/nw-customize-ingress-error-pages.adoc @@ -27,8 +27,8 @@ If you use the {product-title} default 503 error code page as a template for you [source,terminal] ---- $ oc -n openshift-config create configmap my-custom-error-code-pages \ ---from-file=error-page-503.http \ ---from-file=error-page-404.http + --from-file=error-page-503.http \ + --from-file=error-page-404.http ---- . Patch the Ingress Controller to reference the `my-custom-error-code-pages` config map by name: @@ -79,7 +79,7 @@ Verify your custom error code HTTP response: + [source,terminal] ---- - $ oc new-project test-ingress +$ oc new-project test-ingress ---- + [source,terminal]