diff --git a/charts/airflow/custom-values.yaml b/charts/airflow/custom-values.yaml index 189a8fa..0210743 100644 --- a/charts/airflow/custom-values.yaml +++ b/charts/airflow/custom-values.yaml @@ -12,7 +12,7 @@ ingress: hosts: - name: "airflow.example.org" tls: - enabled: truewrec + enabled: true secretName: "airflow-tls" executor: "KubernetesExecutor"