Skip to content

Commit 3f0ce83

Browse files
authored
Update 09_persistent_configurations.md
1 parent 396442f commit 3f0ce83

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

101-lab/content/09_persistent_configurations.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ metadata:
5252

5353
- Save the changes which will trigger a new deployment of your `rocketchat-[username]` pod
5454

55-
- Using the pod terminal in the Web Console or `oc rsh`, explore the path of the mounted configMap
55+
- Using the pod terminal in the Web Console or `oc rsh`, explore the path of the mounted configMap. Remember to specify the desired namespace. You can either use `oc project [-dev]` to switch your default namespace, or combine the command with the `-n` flag, in this case `oc rsh -n [-dev] [podname]`. Follow this pattern for other rsh commands in this section.
5656

5757
- You can use `exit` to leave the rsh (**r**emote**sh**ell) session
5858

0 commit comments

Comments
 (0)