Commit 5c96137
authored
fix!: Rework git-sync CRD to not fail on missing gitFolder (#596)
* fix!: Rework git-sync CRD to not fail on missing gitFolder
* cargo update -p ring
* cargo update
* Update docs
* changelog
* Increase test coverage
* Use PathBuf::join instead of String concatination
* clippy1 parent 91582f6 commit 5c96137
File tree
9 files changed
+397
-284
lines changed- deploy/helm/airflow-operator/crds
- docs/modules/airflow
- examples
- pages/usage-guide
- rust/operator-binary/src
- crd
- tests/templates/kuttl/mount-dags-gitsync
9 files changed
+397
-284
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
15 | 14 | | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
16 | 19 | | |
17 | 20 | | |
18 | 21 | | |
19 | 22 | | |
20 | 23 | | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
21 | 29 | | |
22 | 30 | | |
23 | 31 | | |
24 | 32 | | |
25 | | - | |
26 | 33 | | |
| 34 | + | |
27 | 35 | | |
28 | 36 | | |
29 | 37 | | |
| |||
0 commit comments