feat(backend): added missing env var to http service
This commit is contained in:
parent
11ed8dbf23
commit
ae85f16028
1 changed files with 2 additions and 0 deletions
|
|
@ -71,6 +71,8 @@ spec:
|
|||
{{- end }}
|
||||
- name: AWS_REGION
|
||||
value: '{{ .Values.global.s3.region }}'
|
||||
- name: AWS_ENDPOINT
|
||||
value: '{{ .Values.global.s3.endpoint }}'
|
||||
- name: LICENSE_KEY
|
||||
value: '{{ .Values.global.enterpriseEditionLicense }}'
|
||||
- name: KAFKA_SERVERS
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue