From fa99b6d7dee41857330307074ece21e7e78fd719 Mon Sep 17 00:00:00 2001 From: Hamza Masood <47217263+hamza-m-masood@users.noreply.github.com> Date: Wed, 28 Aug 2024 19:11:39 +0100 Subject: [PATCH] feat: adding play env var to web-modeler (#2269) --- .../templates/web-modeler/deployment-webapp.yaml | 2 ++ .../test/unit/web-modeler/golden/deployment-webapp.golden.yaml | 2 ++ .../templates/web-modeler/deployment-webapp.yaml | 2 ++ .../test/unit/web-modeler/golden/deployment-webapp.golden.yaml | 2 ++ 4 files changed, 8 insertions(+) diff --git a/charts/camunda-platform-alpha/templates/web-modeler/deployment-webapp.yaml b/charts/camunda-platform-alpha/templates/web-modeler/deployment-webapp.yaml index 6dfbc4ec28..38652c5e7f 100644 --- a/charts/camunda-platform-alpha/templates/web-modeler/deployment-webapp.yaml +++ b/charts/camunda-platform-alpha/templates/web-modeler/deployment-webapp.yaml @@ -41,6 +41,8 @@ spec: key: {{ include "camundaPlatform.licenseSecretKey" . }} - name: NODE_ENV value: "production" + - name: PLAY_ENABLED + value: "true" - name: NODE_OPTIONS value: "--max-old-space-size=128" - name: PUSHER_APP_ID diff --git a/charts/camunda-platform-alpha/test/unit/web-modeler/golden/deployment-webapp.golden.yaml b/charts/camunda-platform-alpha/test/unit/web-modeler/golden/deployment-webapp.golden.yaml index e6bb536f3c..ba45940cb3 100644 --- a/charts/camunda-platform-alpha/test/unit/web-modeler/golden/deployment-webapp.golden.yaml +++ b/charts/camunda-platform-alpha/test/unit/web-modeler/golden/deployment-webapp.golden.yaml @@ -59,6 +59,8 @@ spec: key: CAMUNDA_LICENSE_KEY - name: NODE_ENV value: "production" + - name: PLAY_ENABLED + value: "true" - name: NODE_OPTIONS value: "--max-old-space-size=128" - name: PUSHER_APP_ID diff --git a/charts/camunda-platform-latest/templates/web-modeler/deployment-webapp.yaml b/charts/camunda-platform-latest/templates/web-modeler/deployment-webapp.yaml index 6f323ffa34..76155862d8 100644 --- a/charts/camunda-platform-latest/templates/web-modeler/deployment-webapp.yaml +++ b/charts/camunda-platform-latest/templates/web-modeler/deployment-webapp.yaml @@ -36,6 +36,8 @@ spec: env: - name: NODE_ENV value: "production" + - name: PLAY_ENABLED + value: "true" - name: NODE_OPTIONS value: "--max-old-space-size=128" - name: PUSHER_APP_ID diff --git a/charts/camunda-platform-latest/test/unit/web-modeler/golden/deployment-webapp.golden.yaml b/charts/camunda-platform-latest/test/unit/web-modeler/golden/deployment-webapp.golden.yaml index 141dc56c62..1cd2e8325a 100644 --- a/charts/camunda-platform-latest/test/unit/web-modeler/golden/deployment-webapp.golden.yaml +++ b/charts/camunda-platform-latest/test/unit/web-modeler/golden/deployment-webapp.golden.yaml @@ -54,6 +54,8 @@ spec: env: - name: NODE_ENV value: "production" + - name: PLAY_ENABLED + value: "true" - name: NODE_OPTIONS value: "--max-old-space-size=128" - name: PUSHER_APP_ID