Skip to content

Commit

Permalink
Update 09_persistent_configurations.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mtspn authored Nov 14, 2024
1 parent 463a72e commit 86b838f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 101-lab/content/09_persistent_configurations.md
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ type: Opaque
echo "SSdtIFVMVFJBIFNFQ1JFVA==" | base64 -d
```
- To edit an existing secret, from the webconsole you can navigate to the secret and select the `YAML` tab or `oc edit secret rocketchat-[username]-secret` from the cli. Secrets are base64 encoded. If adding new values or editing existing values of a Secret it is often easier to
- To edit an existing secret, from the webconsole you can navigate to the secret and select the `YAML` tab or `oc -n [-dev] edit secret rocketchat-[username]-secret` from the cli. Secrets are base64 encoded. If adding new values or editing existing values of a Secret it is often easier to
edit in plain text and have it b64 encoded for you. To do this you will need to modify the `data` field and change it to
`stringData` prior to adding or editing values.
Expand Down

0 comments on commit 86b838f

Please sign in to comment.