fleet icon indicating copy to clipboard operation
fleet copied to clipboard

Feature Request: Allow filepaths to be used in GitRepo

Open anmazzotti opened this issue 7 months ago • 1 comments

Is your feature request related to a problem?

As a GitRepo user, I'd like to load a filepath with GitRepo, instead of all files in a folder, so that I can implement the folder structure that most fits my needs, without being forced to create one folder per file.

kind: GitRepo
apiVersion: fleet.cattle.io/v1alpha1
metadata:
  name: my-app
  namespace: fleet-local
spec:
  repo: https://github.com/myorg/my-apps-collection
  paths:
  - examples/applications/cni/calico.yaml

Solution you'd like

No response

Alternatives you've considered

No response

Anything else?

No response

anmazzotti avatar May 21 '25 22:05 anmazzotti

Sounds similar to the upcoming https://fleet.rancher.io/gitrepo-content#alternative-scan-explicitly-defined-by-the-user

manno avatar May 26 '25 09:05 manno