From 799ed7adeece8f7a038c64f80b19b0b2eebfec3d Mon Sep 17 00:00:00 2001 From: Bruno Bernard Date: Fri, 22 Aug 2025 05:07:05 +0400 Subject: [PATCH] fix: fix not --- charts/textbee/templates/deployment.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/textbee/templates/deployment.yaml b/charts/textbee/templates/deployment.yaml index 32feb56..496ece8 100644 --- a/charts/textbee/templates/deployment.yaml +++ b/charts/textbee/templates/deployment.yaml @@ -6,7 +6,7 @@ metadata: labels: {{- include "textbee.labels" . | nindent 4 }} spec: - {{- if .Values.api.autoscaling.enabled }} + {{- if not .Values.api.autoscaling.enabled }} replicas: {{ .Values.api.replicaCount }} {{- end }} selector: