Skip to content

Commit 1ea6a5e

Browse files
Merge pull request #94 from genestack/feature/ODM-11818-rclone
[ODM-11818] Add documentation about rclone migration
2 parents a3ca88a + 79ff8ec commit 1ea6a5e

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

docs/home/release-notes/v1.50-v1.59.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,14 @@
55
!!! tip ""
66
Helm chart version 1.60.x
77

8+
### Rclone Migration
9+
10+
The following ODM component called `funcFile` was replaced with `rclone`.
11+
12+
As a result of this migration, the configuration of storages was moved from `funcFile` to `application.yaml` files in `core`, `applications`, and `funcJob`.
13+
You can find configuration examples in the "examples" directory within the Helm chart.
14+
Note that the configuration section `genestack.rclone` in all three of these services should be identical. For this purpose, we recommend using YAML anchors, which are also included in the examples.
15+
816
## SAML elimitaion
917

1018
Support of SAML was eliminated.

0 commit comments

Comments
 (0)