1
0
Fork 0
mirror of synced 2024-06-10 22:44:51 +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 5de4222664
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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