Francesko90 commented on code in PR #31868:
URL: https://github.com/apache/airflow/pull/31868#discussion_r1250985992
##########
chart/values.yaml:
##########
@@ -2056,36 +2062,36 @@ config:
# `run_duration` included for Airflow 1.10 backward compatibility; removed
in 2.0.
run_duration: 41460
elasticsearch:
- json_format: 'True'
+ json_format: "True"
log_id_template: "{dag_id}_{task_id}_{execution_date}_{try_number}"
elasticsearch_configs:
max_retries: 3
timeout: 30
- retry_timeout: 'True'
+ retry_timeout: "True"
kerberos:
- keytab: '{{ .Values.kerberos.keytabPath }}'
- reinit_frequency: '{{ .Values.kerberos.reinitFrequency }}'
- principal: '{{ .Values.kerberos.principal }}'
- ccache: '{{ .Values.kerberos.ccacheMountPath }}/{{
.Values.kerberos.ccacheFileName }}'
+ keytab: "{{ .Values.kerberos.keytabPath }}"
+ reinit_frequency: "{{ .Values.kerberos.reinitFrequency }}"
+ principal: "{{ .Values.kerberos.principal }}"
+ ccache: "{{ .Values.kerberos.ccacheMountPath }}/{{
.Values.kerberos.ccacheFileName }}"
celery_kubernetes_executor:
- kubernetes_queue: 'kubernetes'
+ kubernetes_queue: "kubernetes"
Review Comment:
Sorry about that; I think that is the fault of Linter.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]