mirror of
https://github.com/bitnami/charts.git
synced 2026-03-07 08:07:55 +08:00
Airflow fix Kubernetes Executor initContainer envs (#5722)
This commit is contained in:
@@ -32,4 +32,4 @@ name: airflow
|
||||
sources:
|
||||
- https://github.com/bitnami/bitnami-docker-airflow
|
||||
- https://airflow.apache.org/
|
||||
version: 8.0.7
|
||||
version: 8.0.8
|
||||
|
||||
@@ -57,6 +57,10 @@ data:
|
||||
{{- include "airflow.configure.database" . | nindent 12 }}
|
||||
{{- include "airflow.configure.redis" . | nindent 12 }}
|
||||
{{- include "airflow.configure.airflow.kubernetesExecutor" . | nindent 12 }}
|
||||
- name: AIRFLOW_WEBSERVER_HOST
|
||||
value: {{ include "common.names.fullname" . }}
|
||||
- name: AIRFLOW_WEBSERVER_PORT_NUMBER
|
||||
value: {{ .Values.service.port | quote }}
|
||||
{{- if .Values.extraEnvVars }}
|
||||
{{- include "common.tplvalues.render" (dict "value" .Values.extraEnvVars "context" $) | nindent 12 }}
|
||||
{{- end }}
|
||||
|
||||
Reference in New Issue
Block a user