Skip to content

Commit

Permalink
UPDATE yaml example to use right quotes
Browse files Browse the repository at this point in the history
In configmaps exercise
  • Loading branch information
sofusalbertsen committed Sep 6, 2023
1 parent 9cb8691 commit 5099687
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configmaps-secrets.md
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ We want to change the database user into a configmap, so that we can change it i
```yaml
data:
DB_HOST: postgres
DB_PORT: "5432'
DB_PORT: "5432"
DB_USER: superuser
DB_PASSWORD: complicated
DB_NAME: quotes
Expand Down

0 comments on commit 5099687

Please sign in to comment.