From ef36e4c8b28f90e43ca67c909c7fda537cadfd97 Mon Sep 17 00:00:00 2001 From: Thijs Broersen Date: Sun, 25 Jan 2026 13:15:20 +0100 Subject: [PATCH] fix: helm configmap quoted block_size --- script/helm/garage/templates/configmap.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script/helm/garage/templates/configmap.yaml b/script/helm/garage/templates/configmap.yaml index 280861e4..4fc3e152 100644 --- a/script/helm/garage/templates/configmap.yaml +++ b/script/helm/garage/templates/configmap.yaml @@ -13,7 +13,7 @@ data: db_engine = "{{ .Values.garage.dbEngine }}" - block_size = {{ .Values.garage.blockSize }} + block_size = "{{ .Values.garage.blockSize }}" replication_factor = {{ .Values.garage.replicationFactor }} consistency_mode = "{{ .Values.garage.consistencyMode }}"