fix(values): the custom secret is not needed here

This commit is contained in:
Philippe Caseiro 2023-04-28 11:16:53 +02:00
parent dc98b7d38d
commit 53ece61384
1 changed files with 0 additions and 7 deletions

View File

@ -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&param2=val2'"