From 459425ba58271d6264c6ce855520f8c1ea8c4279 Mon Sep 17 00:00:00 2001 From: wbsong111 Date: Tue, 15 Apr 2025 13:37:45 +0900 Subject: [PATCH] Update comstom-values.yaml --- charts/airflow/custom-values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"