Skip to content

Commit aaf100a

Browse files
authored
Merge pull request #96044 from prithvipatil97/patch-76
[OSDOCS-15295] Update nw-customize-ingress-error-pages.adoc
2 parents 64213e6 + 9414a9f commit aaf100a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

modules/nw-customize-ingress-error-pages.adoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ If you use the {product-title} default 503 error code page as a template for you
2727
[source,terminal]
2828
----
2929
$ oc -n openshift-config create configmap my-custom-error-code-pages \
30-
--from-file=error-page-503.http \
31-
--from-file=error-page-404.http
30+
--from-file=error-page-503.http \
31+
--from-file=error-page-404.http
3232
----
3333

3434
. 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:
7979
+
8080
[source,terminal]
8181
----
82-
$ oc new-project test-ingress
82+
$ oc new-project test-ingress
8383
----
8484
+
8585
[source,terminal]

0 commit comments

Comments
 (0)