From 07beef5727767b7cc553c967244c74f7cb3971fe Mon Sep 17 00:00:00 2001 From: Florian Schroedl Date: Wed, 9 Oct 2024 11:00:51 +0200 Subject: [PATCH] Remove $PENPOT_FLAGS from frontend deployment --- .gimlet/k8s/penpot/templates/frontend/deployment.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gimlet/k8s/penpot/templates/frontend/deployment.yaml b/.gimlet/k8s/penpot/templates/frontend/deployment.yaml index f38f7a14a..fbe3b7996 100644 --- a/.gimlet/k8s/penpot/templates/frontend/deployment.yaml +++ b/.gimlet/k8s/penpot/templates/frontend/deployment.yaml @@ -31,7 +31,7 @@ spec: - name: PENPOT_PUBLIC_URI value: {{ .Values.config.publicURI | quote }} - name: PENPOT_FLAGS - value: "$PENPOT_FLAGS {{ .Values.config.flags }}" + value: "{{ .Values.config.flags }}" - name: PENPOT_SECRET_KEY value: {{ .Values.config.apiSecretKey | quote }} - name: PENPOT_DATABASE_URI