From 9a88970c66c6bf7174834c228ee1b76c330d9574 Mon Sep 17 00:00:00 2001 From: Kieren Evans Date: Thu, 23 Oct 2025 15:46:13 +0300 Subject: [PATCH] Fix filename reference in configmaps-secrets.md Corrected the filename reference from 'postgres-svc.yaml' to 'postgres-service.yaml'. --- configmaps-secrets.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configmaps-secrets.md b/configmaps-secrets.md index a0c847e..6a6ae3d 100644 --- a/configmaps-secrets.md +++ b/configmaps-secrets.md @@ -173,7 +173,7 @@ We have already created the database part of the application, with a deployment > :bulb: This is not a good practice, as we do not want to store these values in version control. > We will fix this in the next steps. -- Look at the service file in `postgres-svc.yaml`. +- Look at the service file in `postgres-service.yaml`. It provides a service for the database, so that the backend can connect to it. - Apply the whole folder with `kubectl apply -f .`