Skip to content

Commit 9a88970

Browse files
authored
Fix filename reference in configmaps-secrets.md
Corrected the filename reference from 'postgres-svc.yaml' to 'postgres-service.yaml'.
1 parent e868f1c commit 9a88970

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

configmaps-secrets.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ We have already created the database part of the application, with a deployment
173173
> :bulb: This is not a good practice, as we do not want to store these values in version control.
174174
> We will fix this in the next steps.
175175

176-
- Look at the service file in `postgres-svc.yaml`.
176+
- Look at the service file in `postgres-service.yaml`.
177177
It provides a service for the database, so that the backend can connect to it.
178178

179179
- Apply the whole folder with `kubectl apply -f .`

0 commit comments

Comments
 (0)