From 708404426d684fe335f4e6999e247bd08f834c03 Mon Sep 17 00:00:00 2001 From: Darshan Simha Date: Tue, 13 Feb 2024 11:08:04 -0500 Subject: [PATCH] fix: updated the styling for app-config.production.yaml in the docs Signed-off-by: Darshan Simha --- docs/deployment/k8s.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/deployment/k8s.md b/docs/deployment/k8s.md index 3dd2b8227e..479d99510b 100644 --- a/docs/deployment/k8s.md +++ b/docs/deployment/k8s.md @@ -384,7 +384,7 @@ $ yarn build-image --tag backstage:1.0.0 There is no special wiring needed to access the PostgreSQL service. Since it's running on the same cluster, Kubernetes will inject `POSTGRES_SERVICE_HOST` and `POSTGRES_SERVICE_PORT` environment variables into our Backstage container. -These can be used in the Backstage `app-config.yaml` along with the secrets. Apply this to app-config.production.yaml as well if you have one: +These can be used in the Backstage `app-config.yaml` along with the secrets. Apply this to `app-config.production.yaml` as well if you have one: ```yaml backend: