Skip to content

Commit

Permalink
Update instructions.md
Browse files Browse the repository at this point in the history
  • Loading branch information
bmuschko authored Nov 14, 2023
1 parent e0c8bcf commit 8538620
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion exercises/26-secret/instructions.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@ In this exercise, you will first create a Secret from literal values. Next, you'
1. Create a new Secret named `db-credentials` with the key/value pair `db-password=passwd`.
2. Create a Pod named `backend` that uses the Secret as environment variable named `DB_PASSWORD` and runs the container with the image `nginx:1.23.4-alpine`.
3. Shell into the Pod and print out the created environment variables. You should find `DB_PASSWORD` variable.
3. Shell into the Pod and print out the created environment variables. You should be able to find the `DB_PASSWORD` variable.
4. (Optional) Discuss: What is one of the benefit of using a Secret over a ConfigMap?

0 comments on commit 8538620

Please sign in to comment.