mirror of
https://github.com/penpot/penpot.git
synced 2025-12-11 22:14:05 +01:00
Remove $PENPOT_FLAGS from frontend deployment
This commit is contained in:
@@ -31,7 +31,7 @@ spec:
|
|||||||
- name: PENPOT_PUBLIC_URI
|
- name: PENPOT_PUBLIC_URI
|
||||||
value: {{ .Values.config.publicURI | quote }}
|
value: {{ .Values.config.publicURI | quote }}
|
||||||
- name: PENPOT_FLAGS
|
- name: PENPOT_FLAGS
|
||||||
value: "$PENPOT_FLAGS {{ .Values.config.flags }}"
|
value: "{{ .Values.config.flags }}"
|
||||||
- name: PENPOT_SECRET_KEY
|
- name: PENPOT_SECRET_KEY
|
||||||
value: {{ .Values.config.apiSecretKey | quote }}
|
value: {{ .Values.config.apiSecretKey | quote }}
|
||||||
- name: PENPOT_DATABASE_URI
|
- name: PENPOT_DATABASE_URI
|
||||||
|
|||||||
Reference in New Issue
Block a user