feat(values): adding a custom secret for default custom connection
This commit is contained in:
parent
f1daabb948
commit
dc98b7d38d
|
@ -40,3 +40,10 @@ 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