From 6ea8e2c642423603a2efd36fce2f202518c27388 Mon Sep 17 00:00:00 2001 From: Sofus Albertsen Date: Wed, 17 Jan 2024 15:17:33 +0100 Subject: [PATCH] Update configmaps-secrets.md --- configmaps-secrets.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/configmaps-secrets.md b/configmaps-secrets.md index 6e68d87..24e096e 100644 --- a/configmaps-secrets.md +++ b/configmaps-secrets.md @@ -195,6 +195,7 @@ data: DB_NAME: quotes ``` + :bulb: If you are unsure how to do this, look at the [configmap section](#configmaps) above.
@@ -225,6 +226,9 @@ data:
+ +- apply the configmap with `kubectl apply -f postgres-config.yaml` + - In the `backend-deployment.yaml`, change the environment variables to use the configmap instead of the hardcoded values. Change this: