From 70789ab91e5e693583c017b151cc84a79cb018f6 Mon Sep 17 00:00:00 2001 From: thread-koder Date: Mon, 5 Dec 2022 16:53:18 +0300 Subject: [PATCH] [mastodon] delete duplicate value in ConfigMap --- charts/mastodon/templates/configmap.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/charts/mastodon/templates/configmap.yaml b/charts/mastodon/templates/configmap.yaml index 05a3ccb..eaa7bae 100644 --- a/charts/mastodon/templates/configmap.yaml +++ b/charts/mastodon/templates/configmap.yaml @@ -10,7 +10,6 @@ data: STREAMING_CLUSTER_NUM: {{ .Values.mastodon.streaming.workers | quote }} NODE_ENV: "production" RAILS_ENV: "production" - STREAMING_CLUSTER_NUM: {{ .Values.mastodon.streaming.workers | quote }} # Database DB_HOST: {{ .Values.postgres.host | quote }} DB_NAME: {{ .Values.postgres.name | quote }}