Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions packages/services/airflow/airflow.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v1alpha1
name: airflow
tag: 3.2.1-p1
tag: 3.2.1-p2
protected: false
description: |
Apache Airflow 2.9.3 - Workflow orchestration platform with Spark Operator integration
Expand Down Expand Up @@ -225,7 +225,7 @@ modules:
persistence:
enabled: false
gitSync:
{{- toYaml $airflowGitSyncValues | nindent 10 }}
{{- toYaml $airflowGitSyncValues | nindent 4 }}
{{- with $airflowGitSync.credentialsSecret }}
credentialsSecret: {{ required "context.airflow.dags.gitSync.credentialsSecret.name is required" .name | quote }}
{{- end }}
Expand Down