mirror of
https://github.com/bitnami/charts.git
synced 2026-03-06 23:47:48 +08:00
[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:
@@ -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
|
||||
|
||||
@@ -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: |-
|
||||
|
||||
Reference in New Issue
Block a user