fix(values): the custom secret is not needed here
This commit is contained in:
parent
dc98b7d38d
commit
53ece61384
|
@ -40,10 +40,3 @@ helmCharts:
|
||||||
dags:
|
dags:
|
||||||
gitSync:
|
gitSync:
|
||||||
enabled: false
|
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'"
|
|
||||||
|
|
Loading…
Reference in New Issue