Skip to content

Commit

Permalink
Merge pull request #12 from mostmark/patch-3
Browse files Browse the repository at this point in the history
Remove -n in the oc rsh command
  • Loading branch information
alexgroom authored Oct 3, 2024
2 parents 829a32e + 9ace451 commit ccbde6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion documentation/modules/ROOT/pages/app-config.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -375,7 +375,7 @@ You can also connect to the Catalog PostgreSQL database and verify that the seed

[source,shell,subs="{markup-in-source}",role=copypaste]
----
oc rsh -n dc/catalog-postgresql
oc rsh dc/catalog-postgresql
----

Once connected to the PostgreSQL container, run the following:
Expand Down

0 comments on commit ccbde6c

Please sign in to comment.