[bitnami/airflow] Fix indentation (#5354)

* fix indent

* Update Chart.yaml

* Update bitnami/airflow/templates/config/configmap.yaml

Co-authored-by: Miguel Ángel Cabrera Miñagorri <devgorri@gmail.com>

Co-authored-by: Miguel Ángel Cabrera Miñagorri <devgorri@gmail.com>
This commit is contained in:
Eduard Chai
2021-02-03 16:44:43 +08:00
committed by GitHub
parent d27fb5e0b3
commit 0f29afcb16
2 changed files with 2 additions and 2 deletions

View File

@@ -32,4 +32,4 @@ name: airflow
sources:
- https://github.com/bitnami/bitnami-docker-airflow
- https://airflow.apache.org/
version: 8.0.1
version: 8.0.2

View File

@@ -14,7 +14,7 @@ metadata:
data:
{{- if .Values.config }}
airflow.cfg: |-
{{ .Values.config | indent 4 }}
{{ .Values.config | nindent 4 }}
{{- end }}
{{- if $kube }}
pod_template.yaml: |-