-
Bug
-
Resolution: Done
-
Minor
-
DO188 - RHOCP4.18-en-4-20251029
-
False
-
-
False
-
4
-
-
-
en-US (English)
Please fill in the following information:
| URL: | https://rol.redhat.com/rol/app/courses/do188-4.18/pages/ch04s03 |
| Reporter RHNID: | chetan-rhls |
| Section Title: | h4. Creating Podman Secrets |
Issue description: CH04s03 under Creating Podman Secrets subtitle says this :
"To create a secret from a file, run the podman secret create subcommand specifying the name of the file containing the sensitive information, and the name of the secret to create as arguments. The output of the podman secret create subcommand displays the secret ID."
but the example says this :
[user@host ~]$
echo "R3d4ht123" > dbsecretfile
[user@host ~]$
podman secret create dbsecret dbsecretfile
9c2400836ee16ed07d86a3122
The statement is jumbled : the name of the secret actually comes before the name of the file.

Steps to reproduce:
Workaround:
Expected result: