1
0
Fork 0
mirror of synced 2024-07-07 15:25:52 +12:00

Merge pull request #8729 from AntorFr/patch-1

remove duplicate "LOG_LEVEL"
This commit is contained in:
Martin McKeaveney 2022-11-22 16:31:59 +00:00 committed by GitHub
commit 4d51b7037c

View file

@ -60,8 +60,6 @@ spec:
secretKeyRef:
name: {{ template "budibase.fullname" . }}
key: jwtSecret
- name: LOG_LEVEL
value: {{ .Values.services.apps.logLevel | default "info" | quote }}
{{ if .Values.services.objectStore.region }}
- name: AWS_REGION
value: {{ .Values.services.objectStore.region }}