I am importing flows and scripts from a git repository to kestra, using a git sync pattern described in this flow yaml definition :
id: sync-subnamespace1
namespace: namespace1.subnamespace1
tasks:
I would expect scripts located into my "namespace1/subnamespace1" git directory to appear in "namespace1/subnamespace1" kestra directory, under "namespace1.subnamespace1" namespace
My git folder tree and the error I get while trying to browse scripts from kestra editor:


Environment
- Kestra Version: v0.16.1 running on Docker
I am importing flows and scripts from a git repository to kestra, using a git sync pattern described in this flow yaml definition :
id: sync-subnamespace1
namespace: namespace1.subnamespace1
tasks:
type: io.kestra.plugin.git.Sync
url: https://github.com/bbouretdev/kestra-poc
branch: master
gitDirectory: namespace1/subnamespace1
namespaceFilesDirectory: namespace1/subnamespace1
I would expect scripts located into my "namespace1/subnamespace1" git directory to appear in "namespace1/subnamespace1" kestra directory, under "namespace1.subnamespace1" namespace
My git folder tree and the error I get while trying to browse scripts from kestra editor:
Environment