File tree Expand file tree Collapse file tree
rust/operator-binary/src/crd Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -1183,6 +1183,11 @@ mod tests {
11831183 gitSyncConf:
11841184 foo: bar
11851185 gitFolder: "mount-dags-gitsync/dags_airflow3"
1186+ tls:
1187+ verification:
1188+ server:
1189+ caCert:
1190+ secretClass: git-ca-cert
11861191 - repo: ssh://git@github.com/stackable-airflow/dags.git
11871192 "# ;
11881193 let yaml = test_airflow_cluster_yaml ( git_sync_section) ;
@@ -1206,6 +1211,11 @@ mod tests {
12061211 gitSyncConf:
12071212 foo: bar
12081213 gitFolder: "mount-dags-gitsync/dags_airflow3"
1214+ tls:
1215+ verification:
1216+ server:
1217+ caCert:
1218+ secretClass: git-ca-cert
12091219 - repo: ssh://git@github.com/stackable-airflow/dags.git
12101220 # FIXME: The roundtrip looses data when private keys are used.
12111221 # See https://github.com/stackabletech/issues/issues/849 for details.
You can’t perform that action at this time.
0 commit comments