From cc0e508d5f6a69f1f37389748db31906b65eb53b Mon Sep 17 00:00:00 2001 From: Rhea Danzey Date: Mon, 27 Mar 2023 16:00:08 -0500 Subject: [PATCH] Fix templating for profiling listen port Signed-off-by: Rhea Danzey --- helm/dendrite/templates/deployment.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helm/dendrite/templates/deployment.yaml b/helm/dendrite/templates/deployment.yaml index b463c7d0b..9a9181327 100644 --- a/helm/dendrite/templates/deployment.yaml +++ b/helm/dendrite/templates/deployment.yaml @@ -57,7 +57,7 @@ spec: {{- if $.Values.dendrite_config.global.profiling.enabled }} env: - name: PPROFLISTEN - value: "localhost:{{- $.Values.global.profiling.port -}}" + value: "localhost:{{- $.Values.dendrite_config.global.profiling.port -}}" {{- end }} resources: {{- toYaml $.Values.resources | nindent 10 }}