From 5d673400ab560c41538aa5580618d6e42a60c7a3 Mon Sep 17 00:00:00 2001 From: Tim Campbell Date: Tue, 9 Jul 2024 16:00:32 +0200 Subject: [PATCH] Fix small type --- 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 b10573c..3182bcc 100644 --- a/templates/deployment-sidekiq.yaml +++ b/templates/deployment-sidekiq.yaml @@ -214,7 +214,7 @@ spec: # periodSeconds: 2 # successThreshold: 2 # timeoutSeconds: 1 - #resources: + resources: {{- toYaml (default (default $context.Values.resources $context.Values.mastodon.sidekiq.resources) .resources) | nindent 12 }} {{- include "mastodon.statsdExporterContainer" $ | indent 8 }} {{- with $context.Values.nodeSelector }}