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: