Skip to content

Kestra storage & io.kestra.plugin.git.SyncNamespaceFiles #248

@sashok60

Description

@sashok60

Describe the issue

i use flow with type: io.kestra.plugin.git.SyncNamespaceFiles
id: sync_files namespace: system tasks: id: git type: io.kestra.plugin.git.SyncNamespaceFiles namespace: company.dsp gitDirectory: _files url: https://xxx.yyy.com/dsp/kestra branch: master username: "cicd" password: "{{ secret('REGISTRY_PASS') }}" triggers: id: schedule type: io.kestra.plugin.core.trigger.Schedule cron: "*/1 * * * *"
minio used as storage:
`
storage:
type: minio
minio:
endpoint: minio.platform.svc.cluster.local
port: 9000
secure: false
region: us-east-1
bucket: kestra
access-key: xxx
secret-key: xxx

`
Every time you sync, files with a version number are added to Minio bucket
why its added, its bug or feature?
and what do with this files?

Image

Environment

  • Kestra Version: 1.2.3

Metadata

Metadata

Assignees

No one assigned

    Labels

    area/pluginPlugin-related issue or feature request

    Type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions