From 90bb71f63bd554ee4c388c813ff9aebfdfad95b1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kamil=20W=C4=85=C5=BC?= Date: Fri, 9 Jan 2026 13:19:32 +0100 Subject: [PATCH] Make JOIN_CLUSTER disabled by default --- MongooseIM/templates/mongoose-sts.yaml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/MongooseIM/templates/mongoose-sts.yaml b/MongooseIM/templates/mongoose-sts.yaml index f7370c0..643510c 100644 --- a/MongooseIM/templates/mongoose-sts.yaml +++ b/MongooseIM/templates/mongoose-sts.yaml @@ -32,10 +32,8 @@ spec: image: {{ .Values.image.repository }}:{{or .Values.image.tag .Chart.AppVersion}} imagePullPolicy: {{ .Values.image.pullPolicy }} env: - {{- if not $mnesia_enabled }} - name: JOIN_CLUSTER - value: "false" - {{- end }} + value: "{{ $mnesia_enabled }}" - name: MASTER_ORDINAL value: "0" - name: NODE_TYPE