From 3f6396d84d132d1e3dd35ab23334b68d5aded29a Mon Sep 17 00:00:00 2001 From: Tim Campbell Date: Wed, 5 Mar 2025 16:46:09 +0100 Subject: [PATCH] Minor bugfix --- templates/deployment-sidekiq.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/deployment-sidekiq.yaml b/templates/deployment-sidekiq.yaml index b8c9ec7..5951bd6 100644 --- a/templates/deployment-sidekiq.yaml +++ b/templates/deployment-sidekiq.yaml @@ -223,7 +223,7 @@ spec: {{- if $context.Values.mastodon.metrics.prometheus.enabled }} ports: - name: prometheus - containerPort: {{ .Values.mastodon.metrics.prometheus.port }} + containerPort: {{ $context.Values.mastodon.metrics.prometheus.port }} {{- end }} volumeMounts: {{- if (not $context.Values.mastodon.s3.enabled) }}