Skip to content
2 changes: 1 addition & 1 deletion chart/templates/configmaps/configmap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ data:
{{- range $key, $val := $settings }}
{{ $key }} = {{ tpl ($val | toString) $Global }}
{{- end }}
{{- end }}
{{ end }}
{{- if .Values.airflowLocalSettings }}
airflow_local_settings.py: |-
Expand Down
3 changes: 2 additions & 1 deletion chart/values.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -3323,7 +3323,8 @@
"type": [
"string",
"null"
]
],
"default": null
},
"hostAliases": {
"description": "Specify HostAliases for Airflow Celery worker pods.",
Expand Down
Loading
Loading