0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-01-06 14:50:20 -05:00

Remove $PENPOT_FLAGS from frontend deployment

This commit is contained in:
Florian Schroedl 2024-10-09 11:00:51 +02:00
parent 11c8fa468f
commit 07beef5727

View file

@ -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