Skip to content

Commit

Permalink
Allow any deserialization
Browse files Browse the repository at this point in the history
  • Loading branch information
BryanFauble committed Aug 21, 2024
1 parent e8bd6fb commit e922070
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modules/apache-airflow/templates/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2103,7 +2103,7 @@ config:
# For Airflow 1.10, backward compatibility; moved to [logging] in 2.0
colored_console_log: 'False'
remote_logging: '{{- ternary "True" "False" .Values.elasticsearch.enabled }}'
allowed_deserialization_classes: "airflow.* DownloadMetric SnapshotMetrics LENSDataset Dataset Syn.*"
allowed_deserialization_classes: "*"
logging:
remote_logging: '{{- ternary "True" "False" .Values.elasticsearch.enabled }}'
colored_console_log: 'False'
Expand Down Expand Up @@ -2264,7 +2264,7 @@ dags:
# interval between git sync attempts in seconds
# high values are more likely to cause DAGs to become out of sync between different components
# low values cause more traffic to the remote git repository
wait: 5
wait: 60
containerName: git-sync
uid: 65533

Expand Down

0 comments on commit e922070

Please sign in to comment.