From 39bafd4444bc3bf3198f5282b1dc5f9776f65416 Mon Sep 17 00:00:00 2001 From: Bo Bobson Date: Fri, 22 May 2026 10:41:23 +1000 Subject: [PATCH] =?UTF-8?q?fix(chart):=20rename=20PUBLIC=5FWORKFLOWS=5FDAT?= =?UTF-8?q?A=5FDIR=20=E2=86=92=20PUBLIC=5FWORKFLOWS=5FDIR=20to=20match=20a?= =?UTF-8?q?pp=20+=20Dockerfile?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- charts/studio/templates/deployment.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/studio/templates/deployment.yaml b/charts/studio/templates/deployment.yaml index 2f223d1..5ac8124 100644 --- a/charts/studio/templates/deployment.yaml +++ b/charts/studio/templates/deployment.yaml @@ -45,7 +45,7 @@ spec: value: "0.0.0.0" - name: PORT value: {{ .Values.service.port | quote }} - - name: PUBLIC_WORKFLOWS_DATA_DIR + - name: PUBLIC_WORKFLOWS_DIR value: {{ .Values.dataDir | quote }} {{- with .Values.envvars }} {{- toYaml . | nindent 12 }}