Dmitriy Kalinin

Results 407 comments of Dmitriy Kalinin

hey @osterman and @aknysh. back from holidays... ive created this issue to capture what i believe we came from our discussion above: https://github.com/vmware-tanzu/carvel-vendir/issues/37. if that description and details make sense,...

this was an intentional design choice but i think its fair to preserve executable bit and provide a flag that disables that feature (to be used in kapp-controller for example).

since caching is an implementation detail and is closely tied to the environment where vendir is running, i dont think it makes sense to have configuration within vendir.yml. i think...

@dburgermeister yeah that makes sense. we probably would want to pull them in from a secret since sounds like some headers might include sensitive information. would you be interested in...

this one is tricky. do you think we should just drop these files in? should we error if there are existing files with matching names?, im thinking we can add:...

@gaurav-nelson we currently did not include any optimization for fetching same repo multiple times. would be ideal but probably requires a bit of writing down how to best achieve it....

sources with a top level key seems like a right idea imho, though with slight modifications: ```yaml apiVersion: vendir.k14s.io/v1alpha1 kind: Config sources: - name: source1 git: url: https:// ref: directories:...

one of the reasons why its is like that at this moment is because its not clear what should happen when there are conflicts between file names, directory name vs...

https://github.com/k14s/vendir/releases/tag/v0.11.0 includes newRootPath configuration that changes "root" directory for the source.

im guessing uint64 is used in underlying library (e.g. `constant 18446744073709551616 overflows uint64` type of error). im actually not quite sure if we _should_ do anything about this given practical...