remove duplicate "LOG_LEVEL"

env variable "LOG_LEVEL" was already declared. remove duplicate declaration
This commit is contained in:
Antor 2022-11-18 23:26:06 +01:00 committed by GitHub
parent 7d31af5c6a
commit cf82be6bec
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 2 deletions

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