Valér Orlovský
Valér Orlovský
### Is your enhancement related to a problem? Please describe. The current way of mappings schemas to files is way too static for some use-cases. When working e.g. with Kubernetes...
I'm using this provider to create a Flux2 `Receiver` CR, which, once created, generates a URL path which it exposes under `status.URL`. I would like to pass this into the...
### Community Note * Please vote on this issue by adding a 👍 [reaction](https://blog.github.com/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/) to the original issue to help the community and maintainers prioritize this request * Please do...
### What are you trying to do? Expanding on https://github.com/dagger/dagger/issues/6605 which addresses the case for a `dagger update` command. However, currently `dependencies` in `dagger.json` work more as a lock file...
Currently, most of the manifests omit `.metadata.namespace`. This works fine with `helm install` / `helm upgrade` where all the manifests without a namespace will be installed to `--namespace` anyway. However,...
Currently, most of the templates omit `.metadata.namespace`. This works fine with `helm install` / `helm upgrade` where all the manifests without a namespace will be installed to `--namespace` anyway. However,...
# Summary Currently, the only way to set the file mode on a mounted artifact is to provide the octal mask as `mode`, with the option to make it recursive...