From 8c8560f3578a22d6914bbd7a241b6890c57fb9d7 Mon Sep 17 00:00:00 2001 From: Martina Iglesias Fernandez Date: Mon, 5 Oct 2020 17:29:30 +0200 Subject: [PATCH] Fix name of lightouse configmap ref --- contrib/chart/backstage/templates/lighthouse-deployment.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/chart/backstage/templates/lighthouse-deployment.yaml b/contrib/chart/backstage/templates/lighthouse-deployment.yaml index 25eccd10e6..70341a2a22 100644 --- a/contrib/chart/backstage/templates/lighthouse-deployment.yaml +++ b/contrib/chart/backstage/templates/lighthouse-deployment.yaml @@ -32,7 +32,7 @@ spec: envFrom: - configMapRef: - name: backstage-lighthouse + name: {{ include "backstage.fullname" . -}}-lighthouse - configMapRef: name: {{ include "backstage.fullname" . }}-app-env