From 53ece613847da7caf18756baca1ebf198e2eabf1 Mon Sep 17 00:00:00 2001 From: Philippe Caseiro Date: Fri, 28 Apr 2023 11:16:53 +0200 Subject: [PATCH] fix(values): the custom secret is not needed here --- kustomization.yaml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/kustomization.yaml b/kustomization.yaml index d9b218a..1aacdee 100644 --- a/kustomization.yaml +++ b/kustomization.yaml @@ -40,10 +40,3 @@ helmCharts: dags: gitSync: enabled: false - secret: - - envName: "AIRFLOW_CONN_CUSTOM" - secretName: "custom-connection" - secretKey: "AIRFLOW_CONN_CUSTOM" - extraSecrets: - custom-connection: - data: "AIRFLOW_CONN_CUSTOM: 'my-conn-type://login:password@host:port/schema?param1=val1¶m2=val2'"